Vector2AreParallel(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 AreParallel(
	Vector2 u,
	Vector2 v,
	double threshold
)

Parameters

u  Vector2
 
v  Vector2
 
threshold  Double
 

Return Value

Boolean

See Also