Click or drag to resize
Ab4d.SharpEngine logo

MatrixTransform Class

MatrixTransform defines a transformation with the specified matrix.
Inheritance Hierarchy
System.Object
  Ab4d.SharpEngine.Transformations.Transform
    Ab4d.SharpEngine.Transformations.MatrixTransform

Namespace: Ab4d.SharpEngine.Transformations
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.0.9208+3b2441d6a11f923f2600f40f4296bdc3d8b46035
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 Object.ToString())
Top
See Also