Navigation: Code Documentation > RSVclCommon > RSGraphics > Constants
RSIdentityMatrix Constant
Defines the 3D identity matrix
Namespace: RSGraphics
Delphi
RSIdentityMatrix: TRSMatrix = (m11: 1.0; m12: 0.0; m13: 0.0; m21: 0.0; m22: 1.0; m23: 0.0; m31: 0.0; m32: 0.0; m33: 1.0);
Value
Type: TRSMatrix
•RSGraphics.TRSMatrix
•RSGraphics.IsIdentityMatrix(TRSMatrix)
•RSGraphics