|
BRL-CAD
|
#include "common.h"Go to the source code of this file.
Data Structures | |
| struct | bg_tess_tol |
Macros | |
| #define | BG_CW 1 |
| #define | BG_CCW -1 |
| #define | BG_CK_TESS_TOL(_p) BU_CKMAG(_p, BG_TESS_TOL_MAGIC, "bg_tess_tol") |
| #define | BG_TESS_TOL_INIT_ZERO {BG_TESS_TOL_MAGIC, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0} |
| #define | BG_TESS_TOL_INIT_TOL {BG_TESS_TOL_MAGIC, 0.0, 0.01, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0} |
| #define | BG_TESS_TOL_INIT_SET_TOL(_p) |