Click or drag to resize
Ab4d.SharpEngine logo

MatrixTransform Methods

The MatrixTransform type exposes the following members.

Methods
 NameDescription
Public methodSetIdentity Sets this transformation as identity (no transformation).
Public methodSetMatrix(Matrix4x4) Sets the matrix and sets IsIdentity to false (matrix is not checked for identity)
Public methodSetMatrix(Matrix4x4) Sets the matrix and sets IsIdentity to false (matrix is not checked for identity)
Public methodSetMatrix(Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single) Sets the matrix and sets IsIdentity to false (matrix is not checked for identity)
Public methodSetMatrixAndCheckForIdentity(Matrix4x4) Checks the matrix if it is identity and sets the matrix
Public methodSetMatrixAndCheckForIdentity(Matrix4x4) Checks the matrix if it is identity and sets the matrix
Public methodToString
(Overrides ObjectToString)
Top
See Also