selected points
#include <ayam.h>
Data Fields | |
| struct ay_point_s * | next |
| next point | |
| char | rational |
| is this point rational? | |
| 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) | |
1.7.1