#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 |
the list of curves in this motion
kate_float* kate_motion::durations |
the durations of each curve
size_t kate_motion::ncurves |
number of curves in this motion
unsigned int kate_motion::periodic |
if true, repeats periodically (loops)
what use this motion has
how to remap the x coordinate of the points
how to remap the y coordinate of the points