ay_icurve_object Struct Reference

Interpolating curve object. More...

#include <ayam.h>

Data Fields

int type
 interpolation mode (C2-cubic or global)
int length
 number of data points
int order
 desired order of NURBS curve
int derivs
 have end derivatives?
int param_type
 parameterization (chordal or centripetal)
double sdlen
 start derivative length
double edlen
 end derivative length
double * controlv
 data points [length * 3]
double sderiv [3]
 start derivative
double ederiv [3]
 end derivative
ay_objectncurve
 cached NURBS curve representation
double glu_sampling_tolerance
 drawing quality
int display_mode
 drawing mode

Detailed Description

Interpolating curve object.


The documentation for this struct was generated from the following file:
Generated on Thu Oct 28 19:51:38 2010 for Ayam by  doxygen 1.6.3