![]() |
Simulant
21.12-1303
A portable game engine for Windows, OSX, Linux, Dreamcast, and PSP
|
Public Member Functions | |
Simplex (int seed=time(NULL)) | |
float | noise (double x, double y) |
float | noise (double x, double y, double z) |
float | noise (double x, double y, double z, double w) |
![]() | |
bool | init () |
void | clean_up () |
Additional Inherited Members | |
![]() | |
typedef std::shared_ptr< Simplex > | ptr |
typedef std::weak_ptr< Simplex > | wptr |
![]() | |
static RefCounted< Simplex >::ptr | create (Args &&... args) |
static RefCounted< Simplex >::ptr | create () |
![]() | |
RefCounted (Args &&...) | |