Method AreVectorsClose
AreVectorsClose(Vector, Vector)
Indicates whether specified parameters is close to each other.
public static bool AreVectorsClose(Vector d1, Vector d2)
Parameters
Returns
- bool
true if difference between
Vector.XandVector.Yof specified parameters less thenEpsilon; otherwise false.