C4 Engine
C4 Engine API Documentation

Transform4D::SetMatrix3D

Defined in:  TSMatrix4D.h
Sets the entries of the upper-left 3 × 3 portion of a matrix.
Prototype

Transform4D& SetMatrix3D(const Vector3D& a, const Vector3D& b, const Vector3D& c);

Parameters
a The new values of the entries residing in first column.
b The new values of the entries residing in second column.
c The new values of the entries residing in third column.
Description
The SetMatrix3D function sets the entries of the upper-left 3 × 3 portion of a matrix. The fourth row and fourth column of the matrix are not modified.
See Also

Transform4D::GetMatrix3D

Transform4D::GetTranslation

Transform4D::SetTranslation