Vector2dIsPerpendicularTo(Vector2d,
Tolerance) Method
|
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public bool IsPerpendicularTo(
Vector2d vector,
Tolerance tolerance
)
Public Function IsPerpendicularTo (
vector As Vector2d,
tolerance As Tolerance
) As Boolean
public:
bool IsPerpendicularTo(
Vector2d vector,
Tolerance tolerance
)
member IsPerpendicularTo :
vector : Vector2d *
tolerance : Tolerance -> bool
Parameters
- vector Vector2d
-
- tolerance Tolerance
-
Return Value
Boolean
See Also