ComplexMesh::GetVertexMatrix

ComplexMesh::GetVertexMatrix
const Matrix2F& GetVertexMatrix() const;
Description

GetVertexMatrix returns the matrix which is used to scale the 16-bit integer coordinate space to the intended shape coordinates. All of the vertices will be multiplied by this matrix before the full transformation is applied.

Return Value

A vertex matrix of type Matrix2F.