#include <kate.h>
Data Fields | |
size_t | ncurves |
kate_curve ** | curves |
kate_float * | durations |
kate_motion_mapping | x_mapping |
kate_motion_mapping | y_mapping |
kate_motion_semantics | semantics |
unsigned int | periodic:1 |
defines a motion - well, try to find a better explanation
the list of curves in this motion
Referenced by kate_motion_get_point().
kate_float* kate_motion::durations |
the durations of each curve
Referenced by kate_motion_get_point().
size_t kate_motion::ncurves |
number of curves in this motion
Referenced by kate_motion_get_point().
unsigned int kate_motion::periodic |
if true, repeats periodically (loops)
Referenced by kate_motion_get_point().
what use this motion has
how to remap the x coordinate of the points
Referenced by kate_tracker_update_property_at_duration().
how to remap the y coordinate of the points
Referenced by kate_tracker_update_property_at_duration().