Table of Contents

Method AreVectorsClose

Namespace
Alternet.Common.Wpf
Assembly
Alternet.Common.Wpf.v9.dll

AreVectorsClose(Vector, Vector)

Indicates whether specified parameters is close to each other.

public static bool AreVectorsClose(Vector d1, Vector d2)

Parameters

d1 Vector

First value to process.

d2 Vector

Second value to process.

Returns

bool

true if difference between Vector.X and Vector.Y of specified parameters less then Epsilon; otherwise false.