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/structNLMISC_1_1CAngleAxis.html | 270 +++++++++++++++++++++++ 1 file changed, 270 insertions(+) create mode 100644 docs/doxygen/nel/structNLMISC_1_1CAngleAxis.html (limited to 'docs/doxygen/nel/structNLMISC_1_1CAngleAxis.html') diff --git a/docs/doxygen/nel/structNLMISC_1_1CAngleAxis.html b/docs/doxygen/nel/structNLMISC_1_1CAngleAxis.html new file mode 100644 index 00000000..853890d3 --- /dev/null +++ b/docs/doxygen/nel/structNLMISC_1_1CAngleAxis.html @@ -0,0 +1,270 @@ + + + + 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  
+

NLMISC::CAngleAxis Struct Reference

An AngleAxis. +More... +

+#include <quat.h> +

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

Public Methods

 CAngleAxis ()
 angle in radians. More...

 CAngleAxis (CVector axis, float ang)
void serial (IStream &f)
 serial. More...


Public Attributes

CVector Axis
float Angle
 an axis. More...

+


Detailed Description

+An AngleAxis. +

+

+Author:
+Antoine Viau. , Nevrax France
+Date:
+2000
+

+ +

+Definition at line 50 of file quat.h.


Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + +
NLMISC::CAngleAxis::CAngleAxis   [inline]
+
+ + + + + +
+   + + +

+angle in radians. +

+ +

+Definition at line 55 of file quat.h.

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + +
NLMISC::CAngleAxis::CAngleAxis CVector   axis,
float   ang
[inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 56 of file quat.h. +

+References Angle, and Axis.

+


Member Function Documentation

+

+ + + + +
+ + + + + + + + + + +
void NLMISC::CAngleAxis::serial IStream  f [inline]
+
+ + + + + +
+   + + +

+serial. +

+ +

+Definition at line 59 of file quat.h. +

+References Angle, and Axis.

+


Member Data Documentation

+

+ + + + +
+ + +
float NLMISC::CAngleAxis::Angle +
+
+ + + + + +
+   + + +

+an axis. +

+ +

+Definition at line 53 of file quat.h. +

+Referenced by CAngleAxis, and serial.

+

+ + + + +
+ + +
CVector NLMISC::CAngleAxis::Axis +
+
+ + + + + +
+   + + +

+ +

+Definition at line 52 of file quat.h. +

+Referenced by CAngleAxis, and serial.

+


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