![Ab4d.SharpEngine logo](../icons/sharp-engine-logo.png) |
MatrixTransform Class |
MatrixTransform defines a transformation with the specified matrix.
Inheritance Hierarchy Namespace: Ab4d.SharpEngine.TransformationsAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 2.0.8956+4c7684e186ca1be74e7a284fbe739d9a1b843d3c
Syntaxpublic class MatrixTransform : Transform
The MatrixTransform type exposes the following members.
Constructors
Methods | Name | Description |
---|
![Public method Public method](../icons/pubMethod.gif) | SetIdentity |
Sets this transformation as identity (no transformation).
|
![Public method Public method](../icons/pubMethod.gif) | SetMatrix(Matrix4x4) |
Sets the matrix and sets IsIdentity to false (matrix is not checked for identity)
|
![Public method Public method](../icons/pubMethod.gif) | SetMatrix(Matrix4x4) |
Sets the matrix and sets IsIdentity to false (matrix is not checked for identity)
|
![Public method Public method](../icons/pubMethod.gif) | 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)
|
![Public method Public method](../icons/pubMethod.gif) | SetMatrixAndCheckForIdentity(Matrix4x4) |
Checks the matrix if it is identity and sets the matrix
|
![Public method Public method](../icons/pubMethod.gif) | SetMatrixAndCheckForIdentity(Matrix4x4) |
Checks the matrix if it is identity and sets the matrix
|
![Public method Public method](../icons/pubMethod.gif) | ToString | (Overrides ObjectToString) |
Top
See Also