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

CTCBTools Template Class Reference

TCB Track tools (for both normal TCB, and quat TCB). +More... +

+#include <track_tcb.h> +

+Inheritance diagram for CTCBTools

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

Protected Types

typedef TMapTimeCKey::iterator TMapTimeCKeyIterator

Protected Methods

void compileTCBEase (TMapTimeCKey &mapKey, bool loopMode)
 compute TCB ease information. More...

float ease (const CKeyT *key, float d)
void computeHermiteBasis (float d, float hb[4])
void computeTCBFactors (const CKeyT &key, float timeBefore, float time, float timeAfter, float rangeDelta, bool firstKey, bool endKey, bool isLoop, float &ksm, float &ksp, float &kdm, float &kdp)
+

Detailed Description

+

template<class CKeyT, class T, class TMapTimeCKey> template class CTCBTools

+ +TCB Track tools (for both normal TCB, and quat TCB). +

+internal use. +

+

+Author(s):
+ Cyril 'Hulud' Corvazier , Nevrax France
+Date:
+ 2001
+

+ +

+Definition at line 47 of file track_tcb.h.


Member Typedef Documentation

+

+ + + + +
+ + + + + + + + +
+template<classCKeyT, classT, classTMapTimeCKey>
+typedef TMapTimeCKey::iterator CTCBTools<CKeyT, T, TMapTimeCKey>::TMapTimeCKeyIterator [protected] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 50 of file track_tcb.h.

+


Member Function Documentation

+

+ + + + +
+ + + + + + + + + + + + + +
+template<classCKeyT, classT, classTMapTimeCKey>
+void CTCBTools<CKeyT, T, TMapTimeCKey>::compileTCBEase ( + +TMapTimeCKey & mapKey, +
+bool loopMode ) [inline, protected] +
+
+ + + + + +
+   + + +

+compute TCB ease information. +

+ +

+Definition at line 55 of file track_tcb.h. +

+Referenced by CTrackKeyFramerTCB< CKeyTCBQuat,NLMISC::CAngleAxis >::compile(), and CTrackKeyFramerTCB::compile().

+

+ + + + +
+ + + + + + + + + + + + + +
+template<classCKeyT, classT, classTMapTimeCKey>
+void CTCBTools<CKeyT, T, TMapTimeCKey>::computeHermiteBasis ( + +float d, +
+float hb[4] ) [inline, protected] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 120 of file track_tcb.h. +

+Referenced by CTrackKeyFramerTCB::evalKey().

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+template<classCKeyT, classT, classTMapTimeCKey>
+void CTCBTools<CKeyT, T, TMapTimeCKey>::computeTCBFactors ( + +const CKeyT & key, +
+float timeBefore, +
+float time, +
+float timeAfter, +
+float rangeDelta, +
+bool firstKey, +
+bool endKey, +
+bool isLoop, +
+float & ksm, +
+float & ksp, +
+float & kdm, +
+float & kdp ) [inline, protected] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 135 of file track_tcb.h. +

+Referenced by CTrackKeyFramerTCB< CKeyTCBQuat,NLMISC::CAngleAxis >::computeTCBKey(), and CTrackKeyFramerTCB::computeTCBKey().

+

+ + + + +
+ + + + + + + + + + + + + +
+template<classCKeyT, classT, classTMapTimeCKey>
+float CTCBTools<CKeyT, T, TMapTimeCKey>::ease ( + +const CKeyT * key, +
+float d ) [inline, protected] +
+
+ + + + + +
+   + + +

+ +

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

+Referenced by CTrackKeyFramerTCB< CKeyTCBQuat,NLMISC::CAngleAxis >::evalKey(), and CTrackKeyFramerTCB::evalKey().

+


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