Vector2AreParallel(Vector2, Vector2, Double) Method
Namespace: netDxfAssembly: PCBI.DXF_Library (in PCBI.DXF_Library.dll) Version: 17.0.0.0 (17.0.0.0)
public static bool AreParallel(
Vector2 u,
Vector2 v,
double threshold
)
Public Shared Function AreParallel (
u As Vector2,
v As Vector2,
threshold As Double
) As Boolean
public:
static bool AreParallel(
Vector2 u,
Vector2 v,
double threshold
)
static member AreParallel :
u : Vector2 *
v : Vector2 *
threshold : float -> bool
- u Vector2
-
- v Vector2
-
- threshold Double
-
Boolean