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