The IXPathTransformable type exposes the following members.

Methods

  NameDescription
GetPoint
Calculates path point in relative distance from start, given in the parameter t.
(Inherited from IXPath.)
GetTangent
Calculates tangent vector at the path point in relative distance from start, given in the parameter t.
(Inherited from IXPath.)
ResetEndTangent
Resets the tangent vector Vector3 in the end point of the line.
(Inherited from IXPath.)
ResetStartTangent
Resets the tangent vector Vector3 in the start point of the line.
(Inherited from IXPath.)
SetEndTangent
Sets the tangent vector Vector3 in the end point of the line.
(Inherited from IXPath.)
SetStartTangent
Sets the tangent vector Vector3 in the start point of the line.
(Inherited from IXPath.)
Transform
Transforms the path using the given transforming matrix.

See Also