|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NL3D::CRandomGrid3D Class ReferenceA static 3D array of random value + other infos for noise.
More...
List of all members.
Detailed Description
A static 3D array of random value + other infos for noise.
Definition at line 49 of file noise_value.cpp.
Constructor & Destructor Documentation
NL3D::CRandomGrid3D::CRandomGrid3D |
( |
|
) |
[inline] |
|
Member Function Documentation
void NL3D::CRandomGrid3D::easeInEaseOut |
( |
float & |
y, |
|
|
float |
x |
|
) |
[inline, static, private] |
|
float NL3D::CRandomGrid3D::evalBiLinear |
( |
const CVector & |
pos |
) |
[inline, static] |
|
float NL3D::CRandomGrid3D::evalNearest |
( |
const CVector & |
pos |
) |
[inline, static] |
|
const CVector& NL3D::CRandomGrid3D::getLevelPhase |
( |
uint |
level |
) |
[inline, static] |
|
float NL3D::CRandomGrid3D::getLevelSize |
( |
uint |
level |
) |
[inline, static] |
|
float NL3D::CRandomGrid3D::lookup |
( |
uint |
ux, |
|
|
uint |
uy, |
|
|
uint |
uz |
|
) |
[inline, static, private] |
|
Member Data Documentation
CVector NL3D::CRandomGrid3D::_LevelPhase [static, private]
|
|
float NL3D::CRandomGrid3D::_Sizes [static, private]
|
|
uint8 NL3D::CRandomGrid3D::_Texture3d [static, private]
|
|
The documentation for this class was generated from the following file:
|
|