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

Static class containing turbulence perlin noise functions. More...

#include <PerlinNoiseTurbulence.h>

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

List of all members.

Static Public Member Functions

static PLMATH_API float Turbulence2 (float fX, float fY, float fFreq)
static PLMATH_API float Turbulence3 (float fX, float fY, float fZ, float fFreq)
static PLMATH_API float TileableTurbulence2 (float fX, float fY, float fW, float fH, float fFreq)
static PLMATH_API float TileableTurbulence3 (float fX, float fY, float fZ, float fW, float fH, float fD, float fFreq)

Detailed Description

Static class containing turbulence perlin noise functions.


Member Function Documentation

static PLMATH_API float PLMath::PerlinNoiseTurbulence::Turbulence2 ( float  fX,
float  fY,
float  fFreq 
) [static]
static PLMATH_API float PLMath::PerlinNoiseTurbulence::Turbulence3 ( float  fX,
float  fY,
float  fZ,
float  fFreq 
) [static]
static PLMATH_API float PLMath::PerlinNoiseTurbulence::TileableTurbulence2 ( float  fX,
float  fY,
float  fW,
float  fH,
float  fFreq 
) [static]
static PLMATH_API float PLMath::PerlinNoiseTurbulence::TileableTurbulence3 ( float  fX,
float  fY,
float  fZ,
float  fW,
float  fH,
float  fD,
float  fFreq 
) [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