BRL-CAD

#include <csg.h>

Collaboration diagram for csg_object_params:
[legend]

Data Fields

struct subbrep_shoal_datas
 
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_tplanes
 
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_tcsg_verts
 
int half_cyl
 

Detailed Description

Definition at line 49 of file csg.h.

Field Documentation

◆ s

struct subbrep_shoal_data* s

Definition at line 50 of file csg.h.

◆ csg_type

int csg_type

Definition at line 51 of file csg.h.

◆ negative

int negative

Definition at line 52 of file csg.h.

◆ csg_id

int csg_id

Definition at line 54 of file csg.h.

◆ bool_op

char bool_op

Definition at line 55 of file csg.h.

◆ origin

point_t origin

Definition at line 56 of file csg.h.

◆ hv

vect_t hv

Definition at line 57 of file csg.h.

◆ radius

fastf_t radius

Definition at line 58 of file csg.h.

◆ r2

fastf_t r2

Definition at line 59 of file csg.h.

◆ height

fastf_t height

Definition at line 60 of file csg.h.

◆ arb_type

int arb_type

Definition at line 61 of file csg.h.

◆ p

point_t p[8]

Definition at line 62 of file csg.h.

◆ plane_cnt

size_t plane_cnt

Definition at line 63 of file csg.h.

◆ planes

plane_t* planes

Definition at line 64 of file csg.h.

◆ have_implicit_plane

int have_implicit_plane

Definition at line 66 of file csg.h.

◆ implicit_plane_origin

point_t implicit_plane_origin

Definition at line 67 of file csg.h.

◆ implicit_plane_normal

vect_t implicit_plane_normal

Definition at line 68 of file csg.h.

◆ csg_face_cnt

int csg_face_cnt

Definition at line 70 of file csg.h.

◆ csg_vert_cnt

int csg_vert_cnt

Definition at line 71 of file csg.h.

◆ csg_faces

int* csg_faces

Definition at line 72 of file csg.h.

◆ csg_verts

point_t* csg_verts

Definition at line 73 of file csg.h.

◆ half_cyl

int half_cyl

Definition at line 75 of file csg.h.


The documentation for this struct was generated from the following file: