|
Namespaces |
| namespace | vl |
| | Visualization Library namespace.
|
Functions |
| Real | vl::randomMinMax (Real min, Real max) |
| | Returns a random number N that between 'min' and 'max' included.
|
| int | vl::greaterEqualPow2 (int n) |
| | Returns a number N that is a power of 2 and that is equal to or greater than 'n'.
|
| int | vl::smallerEqualPow2 (int n) |
| | Returns a number N that is a power of 2 and that is equal to or smaller than 'n'.
|
| void | vl::extractPlanes (Plane *planes, const mat4 &modelviewproj) |
| | Extracts the 6 frustum planes for the given model-view-projection matrix.
|