UnitVector.IsParallelTo Method
Parent Object: UnitVectorDescription
Determine if this vector is parallel to the specified vector.
Syntax
UnitVector.IsParallelTo( Argument As UnitVector, [Tolerance] As Double ) As BooleanParameters
Name | Type | Description |
Argument | UnitVector | Input used for comparison. |
Tolerance | Double | Input Double that specifies the tolerance to be used when determining whether the UnitVectors are parallel. This is an optional argument whose default value is 0.0. |