BRL-CAD
|
#include "common.h"
#include "vmath.h"
#include "bu/list.h"
#include "bu/ptbl.h"
#include "bn/tol.h"
#include "bv/vlist.h"
#include "bg/defines.h"
#include "rt/geom.h"
#include "rt/hit.h"
#include "rt/seg.h"
#include "rt/application.h"
#include "rt/soltab.h"
#include "nmg.h"
Go to the source code of this file.
Data Structures | |
struct | hitmiss |
struct | ray_data |
Macros | |
#define | NMG_PCA_EDGE 1 |
#define | NMG_PCA_EDGE_VERTEX 2 |
#define | NMG_PCA_VERTEX 3 |
Functions | |
void | rt_nmg_print_hitlist (struct bu_list *hd) |
void | rt_nmg_print_hitmiss (struct hitmiss *a_hit) |
void | rt_isect_ray_model (struct ray_data *rd, struct bu_list *vlfree) |
#define NMG_PCA_EDGE 1 |
Definition at line 128 of file nmg_conv.h.
#define NMG_PCA_EDGE_VERTEX 2 |
Definition at line 129 of file nmg_conv.h.
#define NMG_PCA_VERTEX 3 |
Definition at line 130 of file nmg_conv.h.