Random::RandomUnitVector3D
Defined in:
Returns a random unit-length 3D vector.
C4Computation.h
Prototype
Vector3D RandomUnitVector3D(void);
Description
The RandomUnitVector3D
function returns a random unit-length 3D vector. The values returned are evenly distributed over the 3D unit sphere.
See Also