This is the documentation for Enlighten.
struct Geo Matrix4x4
struct Geo::Matrix4x4
Single-precision 4x4 matrix class.
Variables
Name | Description |
---|---|
GeoVector4 m_Col0 | Matrix elements. |
GeoVector4 m_Col1 | Matrix elements. |
GeoVector4 m_Col2 | Matrix elements. |
GeoVector4 m_Col3 | Matrix elements. |
Functions
Name | Description |
---|---|
Matrix4x4() | Constructors. |
Matrix4x4(const Geo::Matrix &) | Constructors. |
Geo::Matrix4x4::Matrix4x4
public: Matrix4x4()
Constructors.
Geo::Matrix4x4::Matrix4x4
public: Matrix4x4
(
  const Geo::Matrix & matrixIn
)
Constructors.