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/class_NL3D__CVector3s.html | 291 ++++++++++++++++++++++++++++ 1 file changed, 291 insertions(+) create mode 100644 docs/doxygen/nel/class_NL3D__CVector3s.html (limited to 'docs/doxygen/nel/class_NL3D__CVector3s.html') diff --git a/docs/doxygen/nel/class_NL3D__CVector3s.html b/docs/doxygen/nel/class_NL3D__CVector3s.html new file mode 100644 index 00000000..a7316c1f --- /dev/null +++ b/docs/doxygen/nel/class_NL3D__CVector3s.html @@ -0,0 +1,291 @@ + + + + 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::CVector3s Class Reference

#include <patch.h> +

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

Public Methods

void pack (const CVector &v, const CVector &bias, float scale)
void unpack (CVector &v, const CVector &bias, float scale) const
void serial (NLMISC::IStream &f)

Public Attributes

sint16 x
sint16 y
sint16 z
+


Member Function Documentation

+

+ + + + +
+ + + + + + + + + + + + + + +
+void NL3D::CVector3s::pack ( + +const CVector & v, +
+const CVector & bias, +
+float scale ) [inline] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 75 of file patch.h.

+

+ + + + +
+ + + + + + +
+void NL3D::CVector3s::serial ( + +NLMISC::IStream & f ) [inline] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 94 of file patch.h.

+

+ + + + +
+ + + + + + + + + + + + + + +
+void NL3D::CVector3s::unpack ( + +CVector & v, +
+const CVector & bias, +
+float scale ) const [inline] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 88 of file patch.h.

+


Member Data Documentation

+

+ + + + +
+ + + + + +
+sint16 NL3D::CVector3s::x +
+
+ + + + + +
+   + + +

+ +

+Definition at line 72 of file patch.h.

+

+ + + + +
+ + + + + +
+sint16 NL3D::CVector3s::y +
+
+ + + + + +
+   + + +

+ +

+Definition at line 72 of file patch.h.

+

+ + + + +
+ + + + + +
+sint16 NL3D::CVector3s::z +
+
+ + + + + +
+   + + +

+ +

+Definition at line 72 of file patch.h.

+


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