selected points
#include <ayam.h>
Data Fields | |
struct ay_point_s * | next |
next point | |
char | type |
point type (AY_PT*) | |
char | readonly |
is this point read only/not editable? | |
double * | point |
pointer to point data (in objects data structure!) | |
unsigned int | index |
index of point (to restore point after undo) |