Go to the documentation of this file.
28 #ifndef __Ogre_Simplex_Noise_H__
29 #define __Ogre_Simplex_Noise_H__
65 unsigned long random(
void);
81 return g.
x * x + g.
y * y + g.
z * z;
86 void init(
unsigned long definedSeed);
116 long getSeed(
void)
const;
Copyright © 2012 Torus Knot Software Ltd

This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
Last modified Wed Oct 23 2013 06:57:26