The IXPath type exposes the following members.

Methods

  NameDescription
GetPoint
Calculates path point in relative distance from start, given in the parameter t.
GetTangent
Calculates tangent vector at the path point in relative distance from start, given in the parameter t.
ResetEndTangent
Resets the tangent vector Vector3 in the end point of the line.
ResetStartTangent
Resets the tangent vector Vector3 in the start point of the line.
SetEndTangent
Sets the tangent vector Vector3 in the end point of the line.
SetStartTangent
Sets the tangent vector Vector3 in the start point of the line.

See Also