From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- .../nel/class_NL3D__CLandscape__CHeightField.html | 350 +++++++++++++++++++++ 1 file changed, 350 insertions(+) create mode 100644 docs/doxygen/nel/class_NL3D__CLandscape__CHeightField.html (limited to 'docs/doxygen/nel/class_NL3D__CLandscape__CHeightField.html') diff --git a/docs/doxygen/nel/class_NL3D__CLandscape__CHeightField.html b/docs/doxygen/nel/class_NL3D__CLandscape__CHeightField.html new file mode 100644 index 00000000..e0588c53 --- /dev/null +++ b/docs/doxygen/nel/class_NL3D__CLandscape__CHeightField.html @@ -0,0 +1,350 @@ + + + + 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
float SizeX
 The size of one Element ot this HeightMap (eg: 160x160 for a zone). More...

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

uint Height
+

Member Data Documentation

+

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

+ +

+Definition at line 457 of file landscape.h.

+

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

+ +

+Definition at line 455 of file landscape.h.

+

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

+ +

+Definition at line 455 of file landscape.h.

+

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

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

+ +

+Definition at line 452 of file landscape.h.

+

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

+ +

+Definition at line 452 of file landscape.h.

+

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

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

+ +

+Definition at line 454 of file landscape.h.

+

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

+ +

+Definition at line 454 of file landscape.h.

+

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

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

+ +

+Definition at line 457 of file landscape.h.

+

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

+ +

+Definition at line 449 of file landscape.h.

+


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