ay_apatch_object Struct Reference

Approximating surface object.

#include <ayam.h>

Data Fields

int mode
 approximation mode (U, V, UV, VU)
int width
 width of patch (U)
int height
 height of patch (V)
int awidth
 desired width of created NURBS patch (U) (< width)
int aheight
 desired height of created NURBS patch (V) (< height)
int close_u
 is patch closed in U?
int close_v
 is patch closed in V?
int order_u
 desired (approximation) order (U)
int order_v
 desired (approximation) order (V)
int ktype_u
 knot (parameterization) type (U)
int ktype_v
 knot (parameterization) type (V)
double * controlv
 control points (data points) [width * height * 3]
ay_objectnpatch
 cached NURBS patch representation
ay_objectcaps_and_bevels
 cached caps and bevel objects
double glu_sampling_tolerance
 drawing quality
int display_mode
 drawing mode

The documentation for this struct was generated from the following file:
Generated on Thu Jan 2 15:24:23 2025 for Ayam by  doxygen 1.6.3