librtl

rtl_noise Class Reference

Encapsulation of functions for Perlin noise. More...

#include <noise.h>

List of all members.

Static Public Members


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