|
BRL-CAD
|
Go to the source code of this file.
Data Structures | |
| struct | nmg_ray |
| struct | nmg_hit |
| struct | nmg_seg |
| struct | nmg_hitmiss |
| struct | nmg_ray_data |
Functions | |
| int | ray_in_rpp (struct nmg_ray *rp, const fastf_t *invdir, const fastf_t *min, const fastf_t *max) |
| int | nmg_class_ray_vs_shell (struct nmg_ray *rp, const struct shell *s, const int in_or_out_only, struct bu_list *vlfree, const struct bn_tol *tol) |
| void | nmg_isect_ray_model (struct nmg_ray_data *rd, struct bu_list *vlfree) |
Variables | |
| struct bu_list | re_nmgfree |
| head of NMG hitmiss freelist | |