bezier_seg Struct Reference
[librt geometry, raytracing]

Bezier curve segment. More...

#include <raytrace.h>


Data Fields

long magic
int degree
 degree of curve (number of control points - 1)
int * ctl_points
 array of indices for control points


Detailed Description

Bezier curve segment.

<

Definition at line 1962 of file raytrace.h.


Field Documentation

long magic
 

Definition at line 1964 of file raytrace.h.

Referenced by rt_sketch_import(), and rt_sketch_import5().

int degree
 

degree of curve (number of control points - 1)

Definition at line 1965 of file raytrace.h.

Referenced by get_indices(), rt_curve_reverse_segment(), rt_sketch_export(), and rt_sketch_export5().

int* ctl_points
 

array of indices for control points

Definition at line 1966 of file raytrace.h.

Referenced by get_indices(), rt_curve_free(), and rt_curve_reverse_segment().


The documentation for this struct was generated from the following file:
Generated on Mon Sep 18 01:25:10 2006 for BRL-CAD by  doxygen 1.4.6