vrecko
virtual reality framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Cloud2DPlacement.h
Go to the documentation of this file.
1 
11 #ifndef _VRECKO_CLOUDS_CLOUD2DPLACEMENT_H
12 #define _VRECKO_CLOUDS_CLOUD2DPLACEMENT_H
13 
21 {
22 public:
23 
24  // Attributes
27 
28  // Constructor
31 
32  // Methods
33 
40  void SetGridUnitSizeXYZ(int x, int y, int z);
41 
52  void GetRandPosition(int gridX, int gridY, int gridZ, int *posX, int *posY, int *posZ, int radius = 0) const;
53 
60  float Noise1D(int x, int y) const;
61 };
62 
63 #endif