Click or drag to resize

Matrix Methods

The Matrix type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAdd
Matrix addition.
Public methodDeterminant
Calculate the determinant of the actual matrix.
Public methodEquals(Matrix)
Check if the components of two matrices are approximate equal.
Public methodEquals(Object)
Indicates whether this instance and a specified object are equal.
(Overrides ValueTypeEquals(Object).)
Public methodStatic memberEquals(Matrix, Matrix)
Check if the components of two matrices are approximate equal.
Public methodEquals(Matrix, Double)
Check if the components of two matrices are approximate equal.
Public methodStatic memberEquals(Matrix, Matrix, Double)
Check if the components of two matrices are approximate equal.
Public methodGetHashCode
Returns the hash code for this instance.
(Overrides ValueTypeGetHashCode.)
Public methodInverse
Calculates the inverse matrix.
Public methodStatic memberMultiply(Matrix, Matrix)
Product of two matrices.
Public methodStatic memberMultiply(Matrix, Vector3)
Product of a matrix with a vector.
Public methodStatic memberMultiply(Matrix, Double)
Product of a matrix with a scalar.
Public methodStatic memberRotationAxis
Builds a rotation matrix for a rotation around an arbitray u-axis.
Public methodStatic memberRotationX
Builds a rotation matrix for a rotation around the x-axis.
Public methodStatic memberRotationY
Builds a rotation matrix for a rotation around the y-axis.
Public methodStatic memberRotationZ
Builds a rotation matrix for a rotation around the z-axis.
Public methodStatic memberRound
Matrix elements rounding.
Public methodStatic memberScale(Double)
Build a scaling matrix.
Public methodStatic memberScale(Vector3)
Build a scaling matrix.
Public methodStatic memberScale(Double, Double, Double)
Build a scaling matrix.
Public methodStatic memberSubtract
Matrix subtraction.
Public methodToString
Obtains a string that represents the matrix elements.
(Overrides ValueTypeToString.)
Public methodTranspose
Obtains the transpose matrix.
Top
See Also