Panda3D
|
Public Member Functions | |
Lerp (LerpFunctor *func, float endt, LerpBlendType *blend) | |
Lerp (LerpFunctor *func, float startt, float endt, LerpBlendType *blend) | |
Lerp (const Lerp &) | |
virtual TypeHandle | force_init_type () |
std::string | get_end_event () const |
LerpFunctor * | get_functor () const |
float | get_step_size () const |
float | get_t () const |
virtual TypeHandle | get_type () const |
bool | is_done () const |
Lerp & | operator= (const Lerp &) |
void | set_end_event (const std::string &) |
void | set_step_size (float) |
void | set_t (float) |
void | step () |
Static Public Member Functions | |
static TypeHandle | get_class_type () |
static void | init_type () |
This function is declared non-inline to work around a compiler bug in g++ 2.96. |
static void Lerp::init_type | ( | ) | [inline, static] |
This function is declared non-inline to work around a compiler bug in g++ 2.96.
Making it inline seems to cause problems in the optimizer.
Reimplemented from TypedReferenceCount.
Definition at line 57 of file lerp.h.
References TypedReferenceCount::init_type().