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

+Collaboration diagram for NLMISC::CAngleAxis:

Collaboration graph
+ + + +
[legend]
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(s):
+ 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.

+


Member Function Documentation

+

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

+serial. +

+ +

+Definition at line 59 of file quat.h.

+


Member Data Documentation

+

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

+an axis. +

+ +

+Definition at line 53 of file quat.h.

+

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

+ +

+Definition at line 52 of file quat.h.

+


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