SourcePP
Several modern C++20 libraries for sanely parsing Valve's formats.
Loading...
Searching...
No Matches
sourcepp::math::Mat< M, N, P > Class Template Reference

#include <Math.h>

Public Member Functions

P * operator[] (uint8_t i)
 
const P * operator[] (uint8_t i) const
 

Detailed Description

template<uint8_t M, uint8_t N, Arithmetic P>
class sourcepp::math::Mat< M, N, P >

Definition at line 385 of file Math.h.

Member Function Documentation

◆ operator[]() [1/2]

template<uint8_t M, uint8_t N, Arithmetic P>
P * sourcepp::math::Mat< M, N, P >::operator[] ( uint8_t  i)
inline

Definition at line 390 of file Math.h.

◆ operator[]() [2/2]

template<uint8_t M, uint8_t N, Arithmetic P>
const P * sourcepp::math::Mat< M, N, P >::operator[] ( uint8_t  i) const
inline

Definition at line 392 of file Math.h.


The documentation for this class was generated from the following file: