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

A double quaternion. +More... +

+#include <quat.h> +

+Inheritance diagram for NLMISC::CQuatD

Inheritance graph
+ + + +
[legend]
Collaboration diagram for NLMISC::CQuatD:

Collaboration graph
+ + + +
[legend]
List of all members. + + + + + + + + + + + + + + +

Public Methods

CQuatD& operator= (const CQuatT<double> &o)
 CQuatD (const CQuatT<double> &o)
 CQuatD ()
 CQuatD (double X, double Y, double Z, double W)
 CQuatD (const CVector &axis, float angle)
 ctor of a UNIT quaternion, from an angle axis. More...

 CQuatD (const CAngleAxis &aa)
 ctor of a UNIT quaternion, from an angle axis. More...

 CQuatD (const CQuat &o)
CQuatD& operator= (const CQuatT<float> &o)
 operator CQuat () const

Static Public Attributes

const CQuatD Identity
+

Detailed Description

+A double quaternion. +

+

+Author(s):
+ Antoine Viau. , Nevrax France
+Date:
+ 2000
+

+ +

+Definition at line 523 of file quat.h.


Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + +
+NLMISC::CQuatD::CQuatD ( + +const CQuatT< double >& o ) [inline] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 531 of file quat.h.

+

+ + + + +
+ + + + + + +
+NLMISC::CQuatD::CQuatD ( + +) [inline] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 532 of file quat.h.

+

+ + + + +
+ + + + + + + + + + + + + + + + + + +
+NLMISC::CQuatD::CQuatD ( + +double X, +
+double Y, +
+double Z, +
+double W ) [inline] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 533 of file quat.h.

+

+ + + + +
+ + + + + + + + + + +
+NLMISC::CQuatD::CQuatD ( + +const CVector & axis, +
+float angle ) [inline] +
+
+ + + + + +
+   + + +

+ctor of a UNIT quaternion, from an angle axis. +

+ +

+Definition at line 535 of file quat.h.

+

+ + + + +
+ + + + + + +
+NLMISC::CQuatD::CQuatD ( + +const CAngleAxis & aa ) [inline] +
+
+ + + + + +
+   + + +

+ctor of a UNIT quaternion, from an angle axis. +

+ +

+Definition at line 537 of file quat.h.

+

+ + + + +
+ + + + + + +
+NLMISC::CQuatD::CQuatD ( + +const CQuat & o ) [inline] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 543 of file quat.h.

+


Member Function Documentation

+

+ + + + +
+ + + + + + +
+NLMISC::CQuatD::operator CQuat ( + +) const [inline] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 545 of file quat.h.

+

+ + + + +
+ + + + + + +
+CQuatD & NLMISC::CQuatD::operator= ( + +const CQuatT< float >& o ) [inline] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 544 of file quat.h.

+

+ + + + +
+ + + + + + +
+CQuatD & NLMISC::CQuatD::operator= ( + +const CQuatT< double >& o ) [inline] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 530 of file quat.h.

+


Member Data Documentation

+

+ + + + +
+ + + + + +
+const CQuatD NLMISC::CQuatD::Identity [static] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 34 of file quat.cpp.

+


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