Click or drag to resize

Matrix3F Methods

The Matrix3F type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAdd
Adds two matricies.
Public methodDecompose(Matrix3F, Vector3F)
Decomposes a matrix into a rotation and scale.
Public methodDecompose(QuaternionF, Vector3F)
Decomposes a matrix into a rotation and scale.
Public methodDecomposeScale
Public methodDecomposeScaleMaxComponent
Public methodEquals(Object)
Determines whether the specified object is equal to the current instance of Matrix3F.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(Matrix3F, Single)
Determines whether the specified matrix is equal to the current instance of Matrix3F with a given precision.
Public methodEquals(Matrix3F, Single)
Determines whether the specified matrix is equal to the current instance of Matrix3F with a given precision.
Public methodStatic memberFromRotateByX(RadianF)
Creates a matrix that rotates around the x-axis.
Public methodStatic memberFromRotateByX(RadianF, Matrix3F)
Creates a matrix that rotates around the x-axis.
Public methodStatic memberFromRotateByY(RadianF)
Creates a matrix that rotates around the y-axis.
Public methodStatic memberFromRotateByY(RadianF, Matrix3F)
Creates a matrix that rotates around the y-axis.
Public methodStatic memberFromRotateByZ(RadianF)
Creates a matrix that rotates around the z-axis.
Public methodStatic memberFromRotateByZ(RadianF, Matrix3F)
Creates a matrix that rotates around the z-axis.
Public methodStatic memberFromScale(Single)
Creates a scale matrix with the specified Single value.
Public methodStatic memberFromScale(Vector3F)
Creates a scale matrix with the specified Vector3F object.
Public methodStatic memberFromScale(Single, Matrix3F)
Creates a scale matrix with the specified Single value.
Public methodStatic memberFromScale(Vector3F, Matrix3F)
Creates a scale matrix with the specified Vector3F object.
Public methodGetHashCode
Returns a hash code for this instance.
(Overrides ValueTypeGetHashCode.)
Public methodGetInverse
Inverts the current instance of Matrix3F if it is invertible and returns the result.
Public methodGetInverse(Matrix3F)
Inverts the current instance of Matrix3F if it is invertible.
Public methodGetTrace
Gets the trace of the matrix, the sum of the values along the diagonal.
Public methodGetTranspose
Returns the transpose of the current instance of Matrix3F.
Public methodGetTranspose(Matrix3F)
Calculates the transpose of the current instance of Matrix3F.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInverse
Inverts the current instance of Matrix3F and determines whether the matrix is invertible. Determines whether the current instance of Matrix3F is invertible and, if so, inverts this matrix.
Public methodStatic memberLookAt(Vector3F, Vector3F)
Creates a look-at matrix.
Public methodStatic memberLookAt(Vector3F, Vector3F, Matrix3F)
Creates a look-at matrix.
Public methodStatic memberMultiply(Single, Matrix3F, Matrix3F)
Multiplies a matrix by a given value.
Public methodStatic memberMultiply(Matrix3F, Matrix3F, Matrix3F)
Multiplies two matrices.
Public methodStatic memberMultiply(Matrix3F, Vector3F, Vector3F)
Multiplies a matrix by a given Vector3 structure.
Public methodStatic memberMultiply(Matrix3F, Single, Matrix3F)
Multiplies a matrix by a given value.
Public methodStatic memberMultiply(Vector3F, Matrix3F, Vector3F)
Multiplies a matrix by a given Vector3 structure.
Public methodStatic memberNegate
Negates a matrix.
Public methodStatic memberParse
Converts a string representation of a matrix into the equivalent Matrix3F structure.
Public methodQDUDecomposition
Decomposites the matrix by Gram-Schmidt orthogonalization algorithm (the QR algorithm).
Public methodStatic memberSubtract
Subtracts two matricies.
Public methodToAngles
Converts the current instance of Matrix3F to Euler angles.
Public methodToAngles(AnglesF)
Converts the current instance of Matrix3F to Euler angles.
Public methodToMatrix3
Converts the current instance of Matrix3F into the equivalent Matrix3 structure.
Public methodToMatrix3(Matrix3)
Converts the current instance of Matrix3F into the equivalent Matrix3 structure.
Public methodToMatrix4
Converts the current instance of Matrix3F into the equivalent Matrix4F structure.
Public methodToMatrix4(Matrix4F)
Converts the current instance of Matrix3F into the equivalent Matrix4F structure.
Public methodToQuaternion
Converts the current instance of Matrix3F into the equivalent QuaternionF structure.
Public methodToQuaternion(QuaternionF)
Converts the current instance of Matrix3F into the equivalent QuaternionF structure.
Public methodToString
Returns a String that represents the current instance of Matrix3F.
(Overrides ValueTypeToString.)
Public methodTranspose
Transposes the matrix.
Top
Extension Methods
See Also