Animator_PATHEDITCONTROL_tag Struct Reference
[Animator]


Detailed Description

Define path control point properties.

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.

Field Documentation

Doubly linked list pointer.

Definition at line 254 of file ASTRUCT.H.

Referenced by CreatePathEditControlPoint(), and DeletePathEditControlPoint().

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

Definition at line 258 of file ASTRUCT.H.

Referenced by CreatePathEditControlPoint().

int y

Coordinates of point in User's Dialog Window.

Definition at line 258 of file ASTRUCT.H.

Referenced by CreatePathEditControlPoint().

double a

Definition at line 259 of file ASTRUCT.H.

double b

Definition at line 259 of file ASTRUCT.H.

double c

Definition at line 259 of file ASTRUCT.H.

double S

Definition at line 259 of file ASTRUCT.H.

double r

Control point parameters.

Definition at line 259 of file ASTRUCT.H.


The documentation for this struct was generated from the following file:

Generated on Sun Apr 27 14:20:19 2014 for OpenFX by  doxygen 1.5.6