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

Static class containing tileable Perlin noise functions. More...

#include <PerlinNoiseTileable.h>

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

List of all members.

Static Public Member Functions

static float Noise2 (float fX, float fY)
static float Noise3 (float fX, float fY, float fZ)
static PLMATH_API float TileableNoise1 (float fX, float fW)
static PLMATH_API float TileableNoise2 (float fX, float fY, float fW, float fH)
static PLMATH_API float TileableNoise3 (float fX, float fY, float fZ, float fW, float fH, float fD)

Detailed Description

Static class containing tileable Perlin noise functions.


Member Function Documentation

float PLMath::PerlinNoiseTileable::Noise2 ( float  fX,
float  fY 
) [inline, static]
float PLMath::PerlinNoiseTileable::Noise3 ( float  fX,
float  fY,
float  fZ 
) [inline, static]
static PLMATH_API float PLMath::PerlinNoiseTileable::TileableNoise1 ( float  fX,
float  fW 
) [static]
static PLMATH_API float PLMath::PerlinNoiseTileable::TileableNoise2 ( float  fX,
float  fY,
float  fW,
float  fH 
) [static]
static PLMATH_API float PLMath::PerlinNoiseTileable::TileableNoise3 ( float  fX,
float  fY,
float  fZ,
float  fW,
float  fH,
float  fD 
) [static]

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


PixelLight PixelLight 0.9.11-R1
Copyright (C) 2002-2012 by The PixelLight Team
Last modified Thu Feb 23 2012 14:09:35
The content of this PixelLight document is published under the
Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported