Gets whether this vector is perpendicular to the specified vector within the specified tolerance.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IsPerpendicularTo( _
IMathVector* Vector As MathVector, _
DOUBLE Tolerance As System.Double _
) As System.Boolean |
C# | |
---|
System.bool IsPerpendicularTo(
MathVector Vector,
System.double Tolerance
) |
Parameters
- Vector
- IMathVector
- Tolerance
- Perpendicular tolerance
Parameters
- Result[out] or Return Value
- True if perpendicular, false if not
See Also
Availability
DraftSight V1R1.4