a complete tesselation
#include <ayam.h>
Data Fields | |
| int | tessw |
| number of tesselated points in U dimension | |
| int | tessh |
| number of tesselated points in V dimension | |
| double * | tessv |
| tesselated points [tessw*tessh] | |
| int | upslen |
| number of arrays of tesselated points (U) | |
| int | vpslen |
| number of arrays of tesselated points (V) | |
| ay_stess_uvp ** | ups |
| lists of tesselated points [upslen] | |
| ay_stess_uvp ** | vps |
| lists of tesselated points [vpslen] | |
| int | ft_cw |
| first trim is oriented clockwise? | |
| int | tcslen |
| number of tesselated trim curves | |
| double ** | tcs |
| tesselated trim curves [tcslen][tcslens[i]] | |
| int * | tcslens |
| lengths of trim curves [tcslen] | |
| int * | tcsdirs |
| directions of trim curves [tcslen] | |
| double | ud |
| distance | |
| double | vd |
| distance | |
1.7.1