rtl_noise Class Reference
Encapsulation of functions for Perlin noise. More...
#include <noise.h>
List of all members.
Static Public Members
- jFlt noise ( jFlt )
- White noise based on one dimension.
- jFlt noise ( const jVec3& )
- White noise based on three dimensions.
- jFlt turbulence ( const jVec3&, jFlt )
- Stochastic sampling with a fractal power spectrum.
- jFlt turbulence ( jFlt, jFlt )
- jNorm3 turbulence ( const jVec3& )
Detailed Description
Encapsulation of functions for Perlin noise.
This is a static class, don't bother trying to create one. Just use
the function inside.
Member Function Documentation
jFlt rtl_noise::noise( jFlt ) [static]
White noise based on one dimension.
jFlt rtl_noise::noise( const jVec3& ) [static]
White noise based on three dimensions.
jFlt rtl_noise::turbulence( const jVec3&, jFlt ) [static]
Stochastic sampling with a fractal power spectrum.
jFlt rtl_noise::turbulence( jFlt, jFlt ) [static]
jNorm3 rtl_noise::turbulence( const jVec3& ) [static]
The documentation for this class was generated from the following file:
JSP /
librtl v0.2
mtigges@cpsc.ucalgary.ca