BRL-CAD
|
#include "common.h"
#include "vmath.h"
#include "bu/list.h"
#include "bu/vls.h"
#include "rt/defines.h"
#include "rt/hit.h"
Go to the source code of this file.
Data Structures | |
struct | seg |
Macros | |
#define | RT_SEG_NULL ((struct seg *)0) |
#define | RT_CHECK_SEG(_p) BU_CKMAG(_p, RT_SEG_MAGIC, "struct seg") |
#define | RT_CK_SEG(_p) BU_CKMAG(_p, RT_SEG_MAGIC, "struct seg") |
#define | RT_GET_SEG(p, res) |
#define | RT_FREE_SEG(p, res) |
#define | RT_FREE_SEG_LIST(_segheadp, _res) |
Functions | |
void | rt_pr_seg (const struct seg *segp) |
void | rt_pr_seg_vls (struct bu_vls *, const struct seg *) |