Vector2Equals(Vector2, Vector2, Double) Method

Definition

Namespace: netDxf
Assembly: PCBI.DXF_Library (in PCBI.DXF_Library.dll) Version: 17.0.0.0 (17.0.0.0)
C#
public static bool Equals(
	Vector2 a,
	Vector2 b,
	double threshold
)

Parameters

a  Vector2
 
b  Vector2
 
threshold  Double
 

Return Value

Boolean

See Also