BRL-CAD
#include "common.h"
#include "vmath.h"
#include "bn/defines.h"
Include dependency graph for numgen.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef struct bn_num_s * bn_numgen
 

Functions

void bn_sph_pnts (point_t *pnts, size_t cnt, bn_numgen n)
 Generate points on a unit sphere per Marsaglia (1972): https://projecteuclid.org/euclid.aoms/1177692644. More...