|
| Matrix4 (float m00, float m01, float m02, float m03, float m10, float m11, float m12, float m13, float m20, float m21, float m22, float m23, float m30, float m31, float m32, float m33) |
|
| Matrix4 (XrMatrix4x4f mat) |
|
| Matrix4 (const Matrix3 &m3x3) |
|
| Matrix4 (const Quaternion &rot) |
|
void | extract3x3MatrixNegZ (Matrix3 &m3x3) const |
|
void | extract3x3MatrixNegX (Matrix3 &m3x3) const |
|
void | extract3x3Matrix (Matrix3 &m3x3) const |
|
Quaternion | extractQuaternion () const |
|
Quaternion | extractQuaternionNegZ () const |
|
Quaternion | extractQuaternionNegX () const |
|
Vector3 | getTrans () const |
|
void | operator= (const Matrix3 &mat3) |
|
float * | operator[] (size_t iRow) |
|
const float * | operator[] (size_t iRow) const |
|
Matrix4 | operator* (const Matrix4 &m2) const |
|
Matrix4 | concatenate (const Matrix4 &m2) const |
|
|
union { | |
|
float m [4][4] | |
|
float _m [16] | |
|
}; | | |
|
Definition at line 1257 of file vrmaths.h.
◆ Matrix4() [1/5]
◆ Matrix4() [2/5]
Matrix4::Matrix4 |
( |
float |
m00, |
|
|
float |
m01, |
|
|
float |
m02, |
|
|
float |
m03, |
|
|
float |
m10, |
|
|
float |
m11, |
|
|
float |
m12, |
|
|
float |
m13, |
|
|
float |
m20, |
|
|
float |
m21, |
|
|
float |
m22, |
|
|
float |
m23, |
|
|
float |
m30, |
|
|
float |
m31, |
|
|
float |
m32, |
|
|
float |
m33 |
|
) |
| |
|
inline |
◆ Matrix4() [3/5]
◆ Matrix4() [4/5]
Matrix4::Matrix4 |
( |
const Matrix3 & |
m3x3 | ) |
|
|
inline |
◆ Matrix4() [5/5]
◆ concatenate()
◆ extract3x3Matrix()
void Matrix4::extract3x3Matrix |
( |
Matrix3 & |
m3x3 | ) |
const |
|
inline |
◆ extract3x3MatrixNegX()
void Matrix4::extract3x3MatrixNegX |
( |
Matrix3 & |
m3x3 | ) |
const |
|
inline |
◆ extract3x3MatrixNegZ()
void Matrix4::extract3x3MatrixNegZ |
( |
Matrix3 & |
m3x3 | ) |
const |
|
inline |
◆ extractQuaternion()
◆ extractQuaternionNegX()
Quaternion Matrix4::extractQuaternionNegX |
( |
| ) |
const |
|
inline |
◆ extractQuaternionNegZ()
Quaternion Matrix4::extractQuaternionNegZ |
( |
| ) |
const |
|
inline |
◆ getTrans()
Vector3 Matrix4::getTrans |
( |
| ) |
const |
|
inline |
◆ operator*()
◆ operator=()
void Matrix4::operator= |
( |
const Matrix3 & |
mat3 | ) |
|
|
inline |
◆ operator[]() [1/2]
float * Matrix4::operator[] |
( |
size_t |
iRow | ) |
|
|
inline |
◆ operator[]() [2/2]
const float * Matrix4::operator[] |
( |
size_t |
iRow | ) |
const |
|
inline |
◆ _m
◆ IDENTITY
The documentation for this class was generated from the following files: