 |
MatrixTransform Class |
MatrixTransform defines a transformation with the specified matrix.
Inheritance Hierarchy Namespace: Ab4d.SharpEngine.TransformationsAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.0.9208+3b2441d6a11f923f2600f40f4296bdc3d8b46035
Syntaxpublic class MatrixTransform : Transform
The MatrixTransform type exposes the following members.
Constructors
Methods | Name | Description |
---|
 | SetIdentity |
Sets this transformation as identity (no transformation).
|
 | SetMatrix(Matrix4x4) |
Sets the matrix and sets IsIdentity to false (matrix is not checked for identity)
|
 | SetMatrix(Matrix4x4) |
Sets the matrix and sets IsIdentity to false (matrix is not checked for identity)
|
 | SetMatrix(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)
|
 | SetMatrixAndCheckForIdentity(Matrix4x4) |
Checks the matrix if it is identity and sets the matrix
|
 | SetMatrixAndCheckForIdentity(Matrix4x4) |
Checks the matrix if it is identity and sets the matrix
|
 | ToString | (Overrides Object.ToString()) |
Top
See Also