Approximating curve object.
#include <ayam.h>
Data Fields | |
| int | length |
| number of data points | |
| int | alength |
| desired number of NURBS control points | |
| int | closed |
| create closed curve? | |
| int | symmetric |
| create symmetric curve? | |
| int | order |
| desired order of NURBS curve | |
| double * | controlv |
| data points [length * 3] | |
| ay_object * | ncurve |
| cached NURBS curve representation | |
| double | glu_sampling_tolerance |
| drawing quality | |
| int | display_mode |
| drawing mode | |
1.6.3