libkate
0.4.1
|
#include <kate.h>
Data Fields | |
kate_curve_type | type |
size_t | npts |
kate_float * | pts |
defines a curve
size_t kate_curve::npts |
number of points in this curve
Referenced by kate_curve_get_point(), kate_decode_is_idheader(), and kate_encode_init().
kate_float* kate_curve::pts |
point coordinates for this curve (2D: npts*2 values)
Referenced by kate_curve_get_point(), kate_decode_is_idheader(), kate_encode_init(), kate_info_clear(), and kate_motion_get_point().
kate_curve_type kate_curve::type |
type of the curve
Referenced by kate_curve_get_point(), kate_decode_is_idheader(), and kate_encode_init().