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