PixelLightAPI  .
Static Public Member Functions
PLMath::PerlinNoise Class Reference

Static class containing the original noise implementation from Ken Perlin. More...

#include <PerlinNoise.h>

Inheritance diagram for PLMath::PerlinNoise:
Inheritance graph
[legend]

List of all members.

Static Public Member Functions

static PLMATH_API double Noise1 (double arg)
static PLMATH_API double Noise2 (const double vec[2])
static PLMATH_API double Noise3 (const double vec[3])

Detailed Description

Static class containing the original noise implementation from Ken Perlin.

Remarks:
Coherent noise function over 1, 2 or 3 dimensions (copyright Ken Perlin)
See also:

Member Function Documentation

static PLMATH_API double PLMath::PerlinNoise::Noise1 ( double  arg) [static]
static PLMATH_API double PLMath::PerlinNoise::Noise2 ( const double  vec[2]) [static]
static PLMATH_API double PLMath::PerlinNoise::Noise3 ( const double  vec[3]) [static]

The documentation for this class was generated from the following file:


PixelLight PixelLight 0.9.10-R1
Copyright (C) 2002-2011 by The PixelLight Team
Last modified Fri Dec 23 2011 15:51:20
The content of this PixelLight document is published under the
Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported