Rogue Wave Views Foundation Package API Reference Guide |
Rogue Wave Views Documentation Home |
Ken Perlin's noise generator. More...
#include <ilviews/bitmaps/filters/noise.h>
Public Member Functions | |
IlvPerlinNoise (IlInt seed=0) | |
Constructor. More... | |
void | init (IlInt seed) |
Initializes the noise generator with the given seed. More... | |
void | noise2 (IlFloat x, IlFloat y, IlFloat *result) |
Generates four noise values. More... | |
Ken Perlin's noise generator.
Library: ilvbmpflt
This class lets you generate noise using Ken Perlin's method. Four values are generated.
IlvPerlinNoise::IlvPerlinNoise | ( | IlInt | seed = 0 | ) |
Constructor.
Initializes a new instance of the class IlvPerlinNoise
.
void IlvPerlinNoise::init | ( | IlInt | seed | ) |
Initializes the noise generator with the given seed.
seed | The new initial seed value. |
© Copyright 2016, Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave is a registered trademark of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.