#include <Animation.h>
Public Members | |||
![]() | ![]() | AnimRec () | |
![]() | ![]() | Void | SetupAnim () |
![]() | ![]() | Void | AddKey (GCLReal time, GCLReal value, GCLReal velIn, GCLReal velOut) |
![]() | ![]() | GCLReal | GetValue (GCLReal time) |
![]() | ![]() | Int | FindTimeIndex (GCLReal time) |
![]() | ![]() | ScalarList | keyTimes |
![]() | ![]() | ScalarList | values |
![]() | ![]() | ScalarList | velIn |
![]() | ![]() | ScalarList | velOut |
![]() | ![]() | Int | currentTimeIndex |
![]() | ![]() | Cubic | currentCubic |
Definition at line 23 of file Animation.h.
AnimRec::AnimRec () |
Definition at line 27 of file Animation.h.
Void AnimRec::AddKey (GCLReal time, GCLReal value, GCLReal vIn, GCLReal vOut) |
Definition at line 19 of file Animation.cc.
Int AnimRec::FindTimeIndex (GCLReal time) |
Definition at line 60 of file Animation.cc.
GCLReal AnimRec::GetValue (GCLReal time) |
Definition at line 72 of file Animation.cc.
Void AnimRec::SetupAnim () |
Definition at line 27 of file Animation.cc.
Cubic AnimRec::currentCubic |
Definition at line 45 of file Animation.h.
Int AnimRec::currentTimeIndex |
Definition at line 44 of file Animation.h.
ScalarList AnimRec::keyTimes |
Definition at line 39 of file Animation.h.
ScalarList AnimRec::values |
Definition at line 40 of file Animation.h.
ScalarList AnimRec::velIn |
Definition at line 41 of file Animation.h.
ScalarList AnimRec::velOut |
Definition at line 42 of file Animation.h.