|
Matrix4x4Equals Method (Matrix4x4)
|
Tests whether the matrix equals to the specified one.
Namespace:
Accord.Math
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public bool Equals(
Matrix4x4 matrix
)
Public Function Equals (
matrix As Matrix4x4
) As Boolean
Request Example
View SourceParameters
- matrix
- Type: Accord.MathMatrix4x4
The matrix to test equality with.
Return Value
Type:
BooleanReturns
if the two matrices are equal or
otherwise.
See Also