EvEmu
0.8.4
11 September 2021
|
#include "GaTypes.h"
Public Member Functions | |
GaExpInl | GaMat3x3 () |
GaExpInl | GaMat3x3 (const GaFloat *v) |
GaExpInl | GaMat3x3 (GaFloat m00, GaFloat m01, GaFloat m02, GaFloat m10, GaFloat m11, GaFloat m12, GaFloat m20, GaFloat m21, GaFloat m22) |
GaExpInl | GaMat3x3 (const GaQuat &q) |
GaExpInl GaFloat * | operator[] (GaUint i) |
const GaExpInl GaFloat *const | operator[] (GaUint i) const |
Public Attributes | |
GaFloat | m [3][3] |
Definition at line 291 of file GaTypes.h.
References Ga::GaQuat::v, Ga::GaQuat::w, Ga::GaVec3::x, Ga::GaVec3::y, and Ga::GaVec3::z.