BRL-CAD
|
All necessary information about a ray. More...
Files | |
file | xray.h |
Data Structures | |
struct | xray |
Primary ray data structure. More... | |
struct | xrays |
struct | pixel_ext |
Macros | |
#define | CORNER_PTS 4 |
#define | RAY_NULL ((struct xray *)0) |
#define | RT_CK_RAY(_p) BU_CKMAG(_p, RT_RAY_MAGIC, "struct xray"); |
#define | BU_CK_PIXEL_EXT(_p) BU_CKMAG(_p, PIXEL_EXT_MAGIC, "struct pixel_ext") |
All necessary information about a ray.
#define RT_CK_RAY | ( | _p | ) | BU_CKMAG(_p, RT_RAY_MAGIC, "struct xray"); |
#define BU_CK_PIXEL_EXT | ( | _p | ) | BU_CKMAG(_p, PIXEL_EXT_MAGIC, "struct pixel_ext") |