The Matrix4x4 type exposes the following members.

Methods

  NameDescription
Public methodEquals(Object) (Overrides ValueType..::..Equals(Object).)
Public methodEquals(Matrix4x4)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode (Overrides ValueType..::..GetHashCode()()()().)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString (Overrides ValueType..::..ToString()()()().)
Public methodTranspose
Transpose thi 4x4 matrix

Extension Methods

  NameDescription
Public Extension MethodDecompose(Vector3D%, Vector4D%, Vector3D%)Overloaded.
Decomposes the matrix into its scalar, rotational, and translational elements.
(Defined by Matrix4x4Utils.)
Public Extension MethodDecompose(Vector3D%, Vector3D%, Vector3D%)Overloaded.
Decomposes the matrix into its scalar, rotational, and translational elements.
(Defined by Matrix4x4Utils.)
Public Extension MethodToSlimDXMatrix
Converts a Matrix4x4 to a Matrix.
(Defined by Matrix4x4Extensions.)

See Also