Click or drag to resize

UtilEQ Method

Overload List
  NameDescription
Public methodStatic memberEQ(Double, Double)
Test if a is equal to b (within 1e-6 tolerance)
Public methodStatic memberEQ(Matrix, Matrix)
Test if a is equal to b (within 1e-6 tolerance)
Public methodStatic memberEQ(Plane, Plane)
Test if a is equal to b (within 1e-6 tolerance)
Public methodStatic memberEQ(Quaternion, Quaternion)
Test if a is equal to b (within 1e-6 tolerance)
Public methodStatic memberEQ(Vector2, Vector2)
Test if a is equal to b (within 1e-6 tolerance)
Public methodStatic memberEQ(Vector3, Vector3)
Test if a is equal to b (within 1e-6 tolerance)
Public methodStatic memberEQ(Vector4, Vector4)
Test if a is equal to b (within 1e-6 tolerance)
Public methodStatic memberEQ(Double, Double, Double)
Test if a is equal to b (within e tolerance)
Public methodStatic memberEQ(Matrix, Matrix, Double)
Test if a is equal to b (within e tolerance)
Public methodStatic memberEQ(Matrix, Matrix, Single)
Test if a is equal to b (within e tolerance)
Public methodStatic memberEQ(Plane, Plane, Double)
Test if a is equal to b (within e tolerance)
Public methodStatic memberEQ(Plane, Plane, Single)
Test if a is equal to b (within e tolerance)
Public methodStatic memberEQ(Quaternion, Quaternion, Double)
Test if a is equal to b (within e tolerance)
Public methodStatic memberEQ(Quaternion, Quaternion, Single)
Test if a is equal to b (within e tolerance)
Public methodStatic memberEQ(Vector2, Vector2, Double)
Test if a is equal to b (within e tolerance)
Public methodStatic memberEQ(Vector2, Vector2, Single)
Test if a is equal to b (within e tolerance)
Public methodStatic memberEQ(Vector3, Vector3, Double)
Test if a is equal to b (within e tolerance)
Public methodStatic memberEQ(Vector3, Vector3, Single)
Test if a is equal to b (within e tolerance)
Public methodStatic memberEQ(Vector4, Vector4, Double)
Test if a is equal to b (within e tolerance)
Public methodStatic memberEQ(Vector4, Vector4, Single)
Test if a is equal to b (within e tolerance)
Top
See Also