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.

Properties

  NameDescription
IsClosed
Returns whether the path is closed. Closed path has the start point and the end point the same.
(Inherited from IXPath.)
IsFlexible
Denotes whether the path is flexible.
(Inherited from IXPath.)
Length
Returns path length.
(Inherited from IXPath.)

See Also