Space Engineers
|
Public Member Functions | |
IndexedMatrix (float m11, float m12, float m13, float m21, float m22, float m23, float m31, float m32, float m33, float m41, float m42, float m43) | |
IndexedMatrix (IndexedBasisMatrix basis, IndexedVector3 origin) | |
IndexedMatrix | Inverse () |
Static Public Member Functions | |
static IndexedVector3 | operator* (IndexedMatrix matrix1, IndexedVector3 v) |
static IndexedMatrix | operator* (IndexedMatrix matrix1, IndexedMatrix matrix2) |
Public Attributes | |
IndexedBasisMatrix | _basis |
IndexedVector3 | _origin |
Properties | |
static IndexedMatrix | Identity [get] |
Definition at line 5 of file IndexedMatrix.cs.
|
inline |
Definition at line 13 of file IndexedMatrix.cs.
|
inline |
Definition at line 20 of file IndexedMatrix.cs.
|
inline |
Definition at line 45 of file IndexedMatrix.cs.
|
inlinestatic |
Definition at line 26 of file IndexedMatrix.cs.
|
inlinestatic |
Definition at line 36 of file IndexedMatrix.cs.
IndexedBasisMatrix BulletXNA.LinearMath.IndexedMatrix._basis |
Definition at line 51 of file IndexedMatrix.cs.
IndexedVector3 BulletXNA.LinearMath.IndexedMatrix._origin |
Definition at line 52 of file IndexedMatrix.cs.
|
staticget |
Definition at line 9 of file IndexedMatrix.cs.