Panda3D
|
Class for Lerping between positions in space. More...
#include "nodePathLerps.h"
Public Member Functions | |
PosLerpFunctor (NodePath np, LPoint3f start, LPoint3f end) | |
PosLerpFunctor (NodePath np, float sx, float sy, float sz, float ex, float ey, float ez) | |
PosLerpFunctor (NodePath np, float sx, float sy, float sz, float ex, float ey, float ez, NodePath wrt) | |
PosLerpFunctor (const PosLerpFunctor &) | |
PosLerpFunctor (NodePath np, LPoint3f start, LPoint3f end, NodePath wrt) | |
virtual TypeHandle | force_init_type () |
virtual TypeHandle | get_type () const |
virtual void | operator() (float) |
PosLerpFunctor & | operator= (const PosLerpFunctor &) |
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. |
Class for Lerping between positions in space.
Definition at line 27 of file nodePathLerps.h.
static void PosLerpFunctor::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 SimpleLerpFunctor< value >.
Definition at line 59 of file nodePathLerps.h.
References SimpleLerpFunctor< value >::init_type().