#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 | |
<
Definition at line 1962 of file raytrace.h.
|
|
Definition at line 1964 of file raytrace.h. Referenced by rt_sketch_import(), and rt_sketch_import5(). |
|
|
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(). |
|
|
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(). |
1.4.6