#include <raytrace.h>
Collaboration diagram for cutter::cutnode:
Data Fields | |
int | cn_type |
int | cn_axis |
0,1,2 = cut along X,Y,Z | |
fastf_t | cn_point |
cut through axis==point | |
cutter * | cn_l |
val < point | |
cutter * | cn_r |
val >= point |
Definition at line 715 of file raytrace.h.
|
Definition at line 716 of file raytrace.h. Referenced by rt_cut_one_axis(). |
|
0,1,2 = cut along X,Y,Z
Definition at line 717 of file raytrace.h. Referenced by rt_cut_one_axis(), rt_find_backing_dist(), and rt_tcl_pr_cutter(). |
|
cut through axis==point
Definition at line 718 of file raytrace.h. Referenced by rt_cut_one_axis(), rt_find_backing_dist(), and rt_tcl_pr_cutter(). |
|
val < point
Definition at line 719 of file raytrace.h. Referenced by rt_cut_one_axis(), rt_find_backing_dist(), and rt_split_mostly_empty_cells(). |
|
val >= point
Definition at line 720 of file raytrace.h. Referenced by rt_ct_box(), rt_cut_one_axis(), rt_find_backing_dist(), and rt_split_mostly_empty_cells(). |