Description
Returns the unit vector codirectional to this vector. The vector is not normalized if its length is less than tolerance.equalVector(), in which case the returned vector is the same as this vector.
Visual Basic
Public Function GetNormal( tolerance As Tolerance ) As Vector3d
C#
public Vector3d GetNormal( Tolerance tolerance );
Parameters
| Parameters | Description |
|---|---|
| Tolerance tolerance | Input tolerance value |