From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- docs/doxygen/nel/a04682.html | 117 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 117 insertions(+) create mode 100644 docs/doxygen/nel/a04682.html (limited to 'docs/doxygen/nel/a04682.html') diff --git a/docs/doxygen/nel/a04682.html b/docs/doxygen/nel/a04682.html new file mode 100644 index 00000000..cf191c89 --- /dev/null +++ b/docs/doxygen/nel/a04682.html @@ -0,0 +1,117 @@ + + +NeL: noise_value.cpp File Reference + + + +
+

noise_value.cpp File Reference


Detailed Description

+
Id
noise_value.cpp,v 1.1 2003/07/30 16:09:56 vizerie Exp
+ +

+Definition in file noise_value.cpp. +

+#include "stdmisc.h"
+#include "nel/misc/noise_value.h"
+#include "nel/misc/fast_floor.h"
+ +

+Go to the source code of this file. + + + + + + + + + + + +

Namespaces

namespace  NLMISC

Defines

#define NL3D_NOISE_GRID_SIZE   (1<<NL3D_NOISE_GRID_SIZE_SHIFT)
#define NL3D_NOISE_GRID_SIZE_SHIFT   5
#define NL3D_NOISE_LEVEL   3
+


Define Documentation

+

+ + + + +
+ + +
#define NL3D_NOISE_GRID_SIZE   (1<<NL3D_NOISE_GRID_SIZE_SHIFT) +
+
+ + + + + +
+   + + +

+ +

+Definition at line 40 of file noise_value.cpp. +

+Referenced by NLMISC::CRandomGrid3D::CRandomGrid3D(), NLMISC::CRandomGrid3D::evalBiLinear(), and NLMISC::CRandomGrid3D::evalNearest().

+

+ + + + +
+ + +
#define NL3D_NOISE_GRID_SIZE_SHIFT   5 +
+
+ + + + + +
+   + + +

+ +

+Definition at line 39 of file noise_value.cpp. +

+Referenced by NLMISC::CRandomGrid3D::CRandomGrid3D(), and NLMISC::CRandomGrid3D::lookup().

+

+ + + + +
+ + +
#define NL3D_NOISE_LEVEL   3 +
+
+ + + + + +
+   + + +

+ +

+Definition at line 38 of file noise_value.cpp. +

+Referenced by NLMISC::CRandomGrid3D::CRandomGrid3D(), and NLMISC::CNoiseValue::noise().

+


Generated on Tue Mar 16 06:43:10 2004 for NeL by + +doxygen +1.3.6
+ + -- cgit v1.2.1