#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 |
|
the durations of each curve |
|
number of curves in this motion |
|
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 |