Summary
Point that defines part of the spline.
Two consecutive points define a segment of the spline.
The
Spline.Point.Position,
Spline.Point.In/
Spline.Point.Out Handles and
Spline.Point.Mode / properties are used to define the shape of the spline.
P1 (Position)
P1 (In) ▼ P1 (Out)
o──────═══X═══──────o
───/ \───
──/ \──
-/ \-
/ \
| |
P0 X X P2
Constructors
Fields
In |
Position of the In handle relative to the point position. |
Mode |
Describes how the spline should behave when entering/leaving a point.
The mmode and the handles In and Out position will determine the transition between segments. |
Out |
Position of the Out handle relative to the point position. |
Position |
The position of the spline point. |
Roll |
Roll/Twist around the tangent axis. |
Scale |
X = Scale Length, Y = Scale Width, Z = Scale Height |
Up |
Custom up vector at a spline point, can be used to calculate tangent frames (transforms) along the spline.
This allows fine grained control over the orientation of objects following the spline. |