From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- .../structNL3D_1_1CLandscape_1_1CHeightField.html | 341 +++++++++++++++++++++ 1 file changed, 341 insertions(+) create mode 100644 docs/doxygen/nel/structNL3D_1_1CLandscape_1_1CHeightField.html (limited to 'docs/doxygen/nel/structNL3D_1_1CLandscape_1_1CHeightField.html') diff --git a/docs/doxygen/nel/structNL3D_1_1CLandscape_1_1CHeightField.html b/docs/doxygen/nel/structNL3D_1_1CLandscape_1_1CHeightField.html new file mode 100644 index 00000000..9f4c88e9 --- /dev/null +++ b/docs/doxygen/nel/structNL3D_1_1CLandscape_1_1CHeightField.html @@ -0,0 +1,341 @@ + + + + nevrax.org : docs + + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
+
+ + +
+ + +
+Docs + +
+  + + + + + +
Documentation 
+ +
+Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  
+

NL3D::CLandscape::CHeightField Struct Reference

List of all members. + + + + + + + + + + + + + + + + +

Public Attributes

std::vector< CBezierPatchZZPatchs
float OriginX
 The origin of the bottom-left corner of this heightmap. More...

float OriginY
 The origin of the bottom-left corner of this heightmap. More...

float SizeX
 The size of one Element ot this HeightMap (eg: 160x160 for a zone). More...

float SizeY
 The size of one Element ot this HeightMap (eg: 160x160 for a zone). More...

float OOSizeX
float OOSizeY
uint Width
 The size of this array. Heights.size. More...

uint Height
 The size of this array. Heights.size. More...

+

Member Data Documentation

+

+ + + + +
+ + +
uint NL3D::CLandscape::CHeightField::Height +
+
+ + + + + +
+   + + +

+The size of this array. Heights.size. +

+ +

+Definition at line 829 of file landscape.h. +

+Referenced by NL3D::CLandscape::getHeightFieldDeltaZ, and NL3D::CLandscape::setHeightField.

+

+ + + + +
+ + +
float NL3D::CLandscape::CHeightField::OOSizeX +
+
+ + + + + +
+   + + +

+ +

+Definition at line 827 of file landscape.h. +

+Referenced by NL3D::CLandscape::getHeightFieldDeltaZ, and NL3D::CLandscape::setHeightField.

+

+ + + + +
+ + +
float NL3D::CLandscape::CHeightField::OOSizeY +
+
+ + + + + +
+   + + +

+ +

+Definition at line 827 of file landscape.h. +

+Referenced by NL3D::CLandscape::getHeightFieldDeltaZ, and NL3D::CLandscape::setHeightField.

+

+ + + + +
+ + +
float NL3D::CLandscape::CHeightField::OriginX +
+
+ + + + + +
+   + + +

+The origin of the bottom-left corner of this heightmap. +

+ +

+Definition at line 824 of file landscape.h. +

+Referenced by NL3D::CLandscape::getHeightFieldDeltaZ, and NL3D::CLandscape::setHeightField.

+

+ + + + +
+ + +
float NL3D::CLandscape::CHeightField::OriginY +
+
+ + + + + +
+   + + +

+The origin of the bottom-left corner of this heightmap. +

+ +

+Definition at line 824 of file landscape.h. +

+Referenced by NL3D::CLandscape::getHeightFieldDeltaZ, and NL3D::CLandscape::setHeightField.

+

+ + + + +
+ + +
float NL3D::CLandscape::CHeightField::SizeX +
+
+ + + + + +
+   + + +

+The size of one Element ot this HeightMap (eg: 160x160 for a zone). +

+ +

+Definition at line 826 of file landscape.h. +

+Referenced by NL3D::CLandscape::setHeightField.

+

+ + + + +
+ + +
float NL3D::CLandscape::CHeightField::SizeY +
+
+ + + + + +
+   + + +

+The size of one Element ot this HeightMap (eg: 160x160 for a zone). +

+ +

+Definition at line 826 of file landscape.h. +

+Referenced by NL3D::CLandscape::setHeightField.

+

+ + + + +
+ + +
uint NL3D::CLandscape::CHeightField::Width +
+
+ + + + + +
+   + + +

+The size of this array. Heights.size. +

+ +

+Definition at line 829 of file landscape.h. +

+Referenced by NL3D::CLandscape::getHeightFieldDeltaZ, and NL3D::CLandscape::setHeightField.

+

+ + + + +
+ + +
std::vector<CBezierPatchZ> NL3D::CLandscape::CHeightField::ZPatchs +
+
+ + + + + +
+   + + +

+ +

+Definition at line 821 of file landscape.h. +

+Referenced by NL3D::CLandscape::getHeightFieldDeltaZ, and NL3D::CLandscape::setHeightField.

+


The documentation for this struct was generated from the following file: + + + +
                                                                                                                                                                    +
+ + -- cgit v1.2.1