BRL-CAD
|
Go to the source code of this file.
Data Structures | |
struct | bn_unif |
struct | bn_gauss |
Macros | |
#define | BN_CK_UNIF(_p) BU_CKMAG(_p, BN_UNIF_MAGIC, "bn_unif") |
#define | BN_CK_GAUSS(_p) BU_CKMAG(_p, BN_GAUSS_MAGIC, "bn_gauss") |
#define | BN_UNIF_LONG(_p) |
#define | BN_UNIF_DOUBLE(_p) |
#define | BN_UNIF_CIRCLE(_p, _x, _y, _r) |
#define | BN_UNIF_SPHERE(_p, _x, _y, _z, _r) |
#define | BN_GAUSS_DOUBLE(_p) |
Functions | |
struct bn_unif * | bn_unif_init (long setseed, int method) |
void | bn_unif_free (struct bn_unif *p) |
long | bn_unif_long_fill (struct bn_unif *p) |
double | bn_unif_double_fill (struct bn_unif *p) |
struct bn_gauss * | bn_gauss_init (long setseed, int method) |
void | bn_gauss_free (struct bn_gauss *p) |
double | bn_gauss_fill (struct bn_gauss *p) |