Click or drag to resize

Matrix3 Methods

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI

The Matrix3 type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAdd
Matrix addition.
Public methodDeterminant
Calculate the determinant of the actual matrix.
Public methodEquals(Object)
Indicates whether this instance and a specified object are equal.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(Matrix3)
Check if the components of two matrices are approximate equal.
Public methodStatic memberEquals(Matrix3, Matrix3)
Check if the components of two matrices are approximate equal.
Public methodEquals(Matrix3, Double)
Check if the components of two matrices are approximate equal.
Public methodStatic memberEquals(Matrix3, Matrix3, Double)
Check if the components of two matrices are approximate equal.
Public methodGetHashCode
Returns the hash code for this instance.
(Overrides ValueTypeGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInverse
Calculates the inverse matrix.
Public methodStatic memberMultiply(Matrix3, Matrix3)
Product of two matrices.
Public methodStatic memberMultiply(Matrix3, Vector3)
Product of a matrix with a vector.
Public methodStatic memberMultiply(Matrix3, Double)
Product of a matrix with a scalar.
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 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.
(Overrides ValueTypeToString.)
Public methodToString(IFormatProvider)
Obtains a string that represents the matrix.
Public methodTranspose
Obtains the transpose matrix.
Top
See Also