point edit helper (ay_getpntcb callbacks fill it)
#include <ayam.h>
Data Fields | |
| unsigned int | num | 
| number of selected points  | |
| double ** | coords | 
| pointers to point data [num]  | |
| unsigned int * | indices | 
| indices [num]  | |
| char | type | 
| point type (AY_PT*)  | |
| char | readonly | 
| are these points read only/not editable?  | |
| char | multiple | 
| is this a multiple point (for num == 1)?  | |
 1.6.3