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.X
andVector.Y
of specified parameters less thenEpsilon
; otherwise false.