Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

struct Geo::Matrix4x4

Single-precision 4x4 matrix class.

Variables

NameDescription
GeoVector4 m_Col0

Matrix elements.

GeoVector4 m_Col1

Matrix elements.

GeoVector4 m_Col2

Matrix elements.

GeoVector4 m_Col3

Matrix elements.

Functions

NameDescription
Matrix4x4()

Constructors.

Matrix4x4(const Geo::Matrix &)

Constructors.


Anchor
a3b0150c4929b064cb62a533e6d9174f4
a3b0150c4929b064cb62a533e6d9174f4

Geo::Matrix4x4::Matrix4x4

...

public: Matrix4x4()

...

Constructors.


Anchor
a81f2381979b2a1546425ede25fc0fc3c
a81f2381979b2a1546425ede25fc0fc3c

Geo::Matrix4x4::Matrix4x4

...

public: Matrix4x4
(
    const Geo::Matrix & matrixIn
)

...

Constructors.