UtilEQ Method (Matrix, Matrix, Double) |
Test if a is equal to b (within e tolerance)
Namespace:
Demo3D.Common
Assembly:
Demo3D.Common (in Demo3D.Common.dll) Version: 11.0.0.7658
Syntaxpublic static bool EQ(
Matrix a,
Matrix b,
double e
)
Parameters
- a
- Type: Microsoft.DirectXMatrix
First value - b
- Type: Microsoft.DirectXMatrix
Second value - e
- Type: SystemDouble
Epsilon for test
Return Value
Type:
BooleanLogical result of comparing
a and
b
Remarks
See Also