Gets the tangent of the line segment.
Note that tangent vectors are always unit vectors.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax public Vector3d UnitTangent { get; }
Public ReadOnly Property UnitTangent As Vector3d
Get
Property Value
Type:
Vector3dSets only the direction of the line, the length is maintained.
See Also