Click or drag to resize
DigitalRuneMatrix44FAreNumericallyEqual Method
Determines whether two matrices are equal (regarding a given tolerance).
Overload List
  NameDescription
Public methodStatic memberAreNumericallyEqual(Matrix44F, Matrix44F)
Determines whether two matrices are equal (regarding the tolerance EpsilonF).
Public methodStatic memberAreNumericallyEqual(Matrix44F, Matrix44F, Single)
Determines whether two matrices are equal (regarding a specific tolerance).
Top
See Also