This structure defines the points that control the way an object moves alog a path.This is set in the Path Velocity editor. These points determine the form of the path velocity curve shown in the windows. The points in the Path Velocity Editor Window are the PATH EDIT CONTROL POINTS. They have NOTHING TO DO WITH THE PATH POSITION, they ony effect the way an object moves along a path.
Definition at line 253 of file ASTRUCT.H.
Data Fields | |
struct Animator_PATHEDITCONTROL_tag * | last |
Doubly linked list pointer. | |
struct Animator_PATHEDITCONTROL_tag * | next |
Pointer to next item in list. | |
double | distance |
Distance along curce to the point. | |
int | frame |
Animation frame of point (Horizontal Axis). | |
int | x |
int | y |
Coordinates of point in User's Dialog Window. | |
double | a |
double | b |
double | c |
double | S |
double | r |
Control point parameters. |
struct Animator_PATHEDITCONTROL_tag* last [read] |
Doubly linked list pointer.
Definition at line 254 of file ASTRUCT.H.
Referenced by CreatePathEditControlPoint(), and DeletePathEditControlPoint().
struct Animator_PATHEDITCONTROL_tag* next [read] |
Pointer to next item in list.
Definition at line 255 of file ASTRUCT.H.
Referenced by CreatePathEditControlPoint(), DeleteCostume(), DeletePathEditControlPoint(), EditPathMovement(), ReTweenVelocity(), and SaveAnimationFile().
double distance |
Distance along curce to the point.
Definition at line 256 of file ASTRUCT.H.
Referenced by CreatePathEditControlPoint(), EditPathMovement(), and SaveAnimationFile().
int frame |
Animation frame of point (Horizontal Axis).
Definition at line 257 of file ASTRUCT.H.
Referenced by CreatePathEditControlPoint(), EditPathMovement(), and SaveAnimationFile().
int x |
int y |
Coordinates of point in User's Dialog Window.
Definition at line 258 of file ASTRUCT.H.
Referenced by CreatePathEditControlPoint().