|
BRL-CAD
|
#include <csg.h>
Data Fields | |
| struct subbrep_shoal_data * | s |
| int | csg_type |
| int | negative |
| int | csg_id |
| char | bool_op |
| point_t | origin |
| vect_t | hv |
| fastf_t | radius |
| fastf_t | r2 |
| fastf_t | height |
| int | arb_type |
| point_t | p [8] |
| size_t | plane_cnt |
| plane_t * | planes |
| int | have_implicit_plane |
| point_t | implicit_plane_origin |
| vect_t | implicit_plane_normal |
| int | csg_face_cnt |
| int | csg_vert_cnt |
| int * | csg_faces |
| point_t * | csg_verts |
| int | half_cyl |
| struct subbrep_shoal_data* s |