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