UtilEQ Method (Vector2, Vector2, Single) |
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(
Vector2 a,
Vector2 b,
float e
)
Parameters
- a
- Type: Microsoft.DirectXVector2
First value - b
- Type: Microsoft.DirectXVector2
Second value - e
- Type: SystemSingle
Epsilon for test
Return Value
Type:
BooleanLogical result of comparing
a and
b
Remarks
See Also