cutter::cutnode Struct Reference

#include <raytrace.h>

Collaboration diagram for cutter::cutnode:

Collaboration graph
[legend]

Data Fields

int cn_type
int cn_axis
 0,1,2 = cut along X,Y,Z
fastf_t cn_point
 cut through axis==point
cuttercn_l
 val < point
cuttercn_r
 val >= point

Detailed Description

Definition at line 715 of file raytrace.h.


Field Documentation

int cn_type
 

Definition at line 716 of file raytrace.h.

Referenced by rt_cut_one_axis().

int cn_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().

fastf_t cn_point
 

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().

union cutter* cn_l
 

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().

union cutter* cn_r
 

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().


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