Click or drag to resize

Matrix Methods

The Matrix type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreateFromAxisAngle
Creates a new Matrix which contains the rotation moment around specified axis.
Public methodStatic memberCreateFromQuaternion
Creates a new rotation Matrix from a Quaternion.
Public methodStatic memberCreateFromYawPitchRoll
Creates a new rotation Matrix from the specified yaw, pitch and roll values.
Public methodStatic memberCreateLookAt
Creates a new viewing Matrix.
Public methodStatic memberCreateRotationX
Creates a new rotation Matrix around X axis.
Public methodStatic memberCreateRotationY
Creates a new rotation Matrix around Y axis.
Public methodStatic memberCreateRotationZ
Creates a new rotation Matrix around Z axis.
Public methodStatic memberCreateTranslation
Creates a new translation Matrix.
Public methodDeterminant
Returns a determinant of this Matrix.
Public methodEquals(Object)
Compares whether current instance is equal to specified Object without any tolerance.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(Matrix)
Compares whether current instance is equal to specified Matrix without any tolerance.
Public methodGetHashCode
Returns a hash code for this instance.
(Overrides ValueTypeGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberInvert
Creates a new Matrix which contains inversion of the specified matrix.
Public methodStatic memberLerp
Creates a new Matrix that contains linear interpolation of the values in specified matrices.
Public methodToString
Returns a String that represents this instance.
(Overrides ValueTypeToString.)
Public methodStatic memberTranspose
Swap the matrix rows and columns.
Top
See Also