Panda3D
Public Member Functions | Static Public Member Functions

Lerp Class Reference

Inheritance diagram for Lerp:
TypedReferenceCount TypedObject ReferenceCount MemoryBase MemoryBase

List of all members.

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
LerpFunctorget_functor () const
float get_step_size () const
float get_t () const
virtual TypeHandle get_type () const
bool is_done () const
Lerpoperator= (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.

Detailed Description

Definition at line 26 of file lerp.h.


Member Function Documentation

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().


The documentation for this class was generated from the following files:
 All Classes Functions Variables Enumerations