C4 Engine Terathon Software C4 Engine API Documentation

• Math Library

API Links
Developer Links

Transform4D::GetMatrix3D

Defined in:  C4Matrix4D.h
Returns the upper-left 3 × 3 portion of a matrix.
Prototype

Matrix3D GetMatrix3D(voidconst;

Description
The GetMatrix3D function returns the upper-left 3 × 3 portion of a matrix as a Matrix3D object.
See Also

Transform4D::SetMatrix3D

Transform4D::GetTranslation

Transform4D::SetTranslation