#include <Math.hpp>
Definition at line 172 of file Math.hpp.
◆ mat4() [1/3]
◆ mat4() [2/3]
mat4::mat4 |
( |
float | value | ) |
|
|
inline |
◆ mat4() [3/3]
mat4::mat4 |
( |
const mat4 & | other | ) |
|
|
inline |
◆ operator()() [1/2]
float & mat4::operator() |
( |
int | row, |
|
|
int | col ) |
|
inline |
◆ operator()() [2/2]
const float & mat4::operator() |
( |
int | row, |
|
|
int | col ) const |
|
inline |
◆ operator*() [1/2]
mat4 mat4::operator* |
( |
const mat4 & | other | ) |
const |
|
inline |
◆ operator*() [2/2]
vec3 mat4::operator* |
( |
const vec3 & | v | ) |
const |
|
inline |
◆ operator-()
mat4 mat4::operator- |
( |
const mat4 & | other | ) |
const |
|
inline |
◆ operator=()
mat4 & mat4::operator= |
( |
const mat4 & | other | ) |
|
|
inline |
◆ operator[]() [1/2]
float * mat4::operator[] |
( |
int | index | ) |
|
|
inline |
◆ operator[]() [2/2]
const float * mat4::operator[] |
( |
int | index | ) |
const |
|
inline |
◆ operator<<
std::ostream & operator<< |
( |
std::ostream & | os, |
|
|
const mat4 & | m ) |
|
friend |
◆ elements
float mat4::elements[4][4] |
The documentation for this class was generated from the following file:
- /home/runner/work/scop/scop/src/Math.hpp