This is the documentation for Enlighten.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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.

  • No labels