This object holds matrix data returned GlgObject::GetMatrixData method, as wll as matrix data passed to the GlgObject::SetMatrixData method.
◆ CreateGlgMatrixData()
Constructor. Creates a matrix data object that can be used as a parameter of the GlgObject::SetMatrixData method. The static method is invoked on the GLG Toolkit handle obtaned via a "new GlgToolkit()" call at the application start-up.
- Parameters
-
type | A type of the matrix (one of constants defined in the GlgXformType enum). |
array | An array of 16 (4x4) matrix coefficients. |
- Returns
- GlgMatrixData object.
◆ matrix
4x4 array of matrix coefficients.
◆ type