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/classNL3D_1_1CVector3s.html | 297 +++++++++++++++++++++++++++ 1 file changed, 297 insertions(+) create mode 100644 docs/doxygen/nel/classNL3D_1_1CVector3s.html (limited to 'docs/doxygen/nel/classNL3D_1_1CVector3s.html') diff --git a/docs/doxygen/nel/classNL3D_1_1CVector3s.html b/docs/doxygen/nel/classNL3D_1_1CVector3s.html new file mode 100644 index 00000000..f5594aec --- /dev/null +++ b/docs/doxygen/nel/classNL3D_1_1CVector3s.html @@ -0,0 +1,297 @@ + + + + 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 105 of file patch.h. +

+References NLMISC::clamp, v, x, y, and z.

+

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

+ +

+Definition at line 124 of file patch.h. +

+References NLMISC::IStream::serial, x, y, and z.

+

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

+ +

+Definition at line 118 of file patch.h. +

+References v, x, y, and z.

+


Member Data Documentation

+

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

+ +

+Definition at line 102 of file patch.h. +

+Referenced by pack, serial, and unpack.

+

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

+ +

+Definition at line 102 of file patch.h. +

+Referenced by pack, serial, and unpack.

+

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

+ +

+Definition at line 102 of file patch.h. +

+Referenced by pack, serial, and unpack.

+


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