Click or drag to resize
Ab4d.SharpEngine logo

MatrixTransform Class

MatrixTransform defines a transformation with the specified matrix.
Inheritance Hierarchy
SystemObject
  Ab4d.SharpEngine.TransformationsTransform
    Ab4d.SharpEngine.TransformationsMatrixTransform

Namespace: Ab4d.SharpEngine.Transformations
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 1.0.8740+deb2991acfe86a95cca780cd4f82bcae2805c1a5
Syntax
C#
public class MatrixTransform : Transform

The MatrixTransform type exposes the following members.

Constructors
 NameDescription
Public methodMatrixTransform Constructor that sets the Matrix to identity and IsIdentity to true.
Public methodMatrixTransform(Matrix4x4) Constructor
Public methodMatrixTransform(Matrix4x4) Constructor
Top
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