Space Engineers
Public Member Functions | Static Public Member Functions | Public Attributes | Properties | List of all members
BulletXNA.LinearMath.IndexedMatrix Struct Reference

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]
 

Detailed Description

Definition at line 5 of file IndexedMatrix.cs.

Constructor & Destructor Documentation

BulletXNA.LinearMath.IndexedMatrix.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 
)
inline

Definition at line 13 of file IndexedMatrix.cs.

BulletXNA.LinearMath.IndexedMatrix.IndexedMatrix ( IndexedBasisMatrix  basis,
IndexedVector3  origin 
)
inline

Definition at line 20 of file IndexedMatrix.cs.

Member Function Documentation

IndexedMatrix BulletXNA.LinearMath.IndexedMatrix.Inverse ( )
inline

Definition at line 45 of file IndexedMatrix.cs.

static IndexedVector3 BulletXNA.LinearMath.IndexedMatrix.operator* ( IndexedMatrix  matrix1,
IndexedVector3  v 
)
inlinestatic

Definition at line 26 of file IndexedMatrix.cs.

static IndexedMatrix BulletXNA.LinearMath.IndexedMatrix.operator* ( IndexedMatrix  matrix1,
IndexedMatrix  matrix2 
)
inlinestatic

Definition at line 36 of file IndexedMatrix.cs.

Member Data Documentation

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.

Property Documentation

IndexedMatrix BulletXNA.LinearMath.IndexedMatrix.Identity
staticget

Definition at line 9 of file IndexedMatrix.cs.


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