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/a02698.html | 214 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 214 insertions(+) create mode 100644 docs/doxygen/nel/a02698.html (limited to 'docs/doxygen/nel/a02698.html') diff --git a/docs/doxygen/nel/a02698.html b/docs/doxygen/nel/a02698.html new file mode 100644 index 00000000..ac76b453 --- /dev/null +++ b/docs/doxygen/nel/a02698.html @@ -0,0 +1,214 @@ + + +NeL: NL3D::CKeyBezier< NLMISC::CQuat > class Reference + + + +
+

NL3D::CKeyBezier< NLMISC::CQuat > Class Reference

#include <key.h> +

+

Inheritance diagram for NL3D::CKeyBezier< NLMISC::CQuat >: +

+ +NL3D::CKey< T > + +

Detailed Description

+Implementation of CKeyBezier for rotation. (no tangents for "bezier rotation", it is a "smooth rotation"). WARNING!!! the Value (a Quat!!) is a ABSOLUTE rotation (unlike CKeyTCB)

+

Author:
Lionel berenguier

+Nevrax France

+
Date:
2001
+ +

+ +

+Definition at line 235 of file key.h. + + + + + + + + + + + + + + + + + +

Public Types

typedef T TValueType
 synonym for T.


Public Member Functions

void serial (NLMISC::IStream &f) throw (NLMISC::EStream)
 Serial.


Data Fields

NLMISC::CQuat A
float OODeltaTime
Value
 The key value.

+


Member Typedef Documentation

+

+ + + + +
+ + + + + +
+template<class T>
typedef T NL3D::CKey< T >::TValueType [inherited] +
+
+ + + + + +
+   + + +

+synonym for T. +

+ +

+Definition at line 54 of file key.h.

+


Member Function Documentation

+

+ + + + +
+ + + + + + + + + + +
void NL3D::CKeyBezier< NLMISC::CQuat >::serial NLMISC::IStream f  )  throw (NLMISC::EStream) [inline]
+
+ + + + + +
+   + + +

+Serial. +

+ +

+Reimplemented from NL3D::CKey< T >. +

+Definition at line 240 of file key.h. +

+

00241         {
+00242                 // Version number
+00243                 (void)f.serialVersion (0);
+00244 
+00245                 // Serial the value
+00246                 f.serial (Value);
+00247         };
+
+


Field Documentation

+

+ + + + +
+ + +
NLMISC::CQuat NL3D::CKeyBezier< NLMISC::CQuat >::A +
+
+ + + + + +
+   + + +

+ +

+Definition at line 254 of file key.h.

+

+ + + + +
+ + + + + +
+template<class T>
float NL3D::CKey< T >::OODeltaTime [inherited] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 76 of file key.h. +

+Referenced by NL3D::CTrackKeyFramerLinear< CKeyRGBA, NLMISC::CRGBA >::evalKey(), and NL3D::CTrackKeyFramerLinear< CKeyQuat, CQuat >::evalKey().

+

+ + + + +
+ + + + + +
+template<class T>
T NL3D::CKey< T >::Value [inherited] +
+
+ + + + + +
+   + + +

+The key value. +

+ +

+Definition at line 69 of file key.h. +

+Referenced by NL3D::CTCBTools< CKeyTCBFloat, sint32, std::map< TAnimationTime, CKeyTCBFloat > >::computeTCBFactors(), NL3D::CTrackKeyFramerLinear< CKeyRGBA, NLMISC::CRGBA >::evalKey(), and NL3D::CTrackKeyFramerLinear< CKeyQuat, CQuat >::evalKey().

+


The documentation for this class was generated from the following file: +
Generated on Tue Mar 16 06:48:07 2004 for NeL by + +doxygen +1.3.6
+ + -- cgit v1.2.1