Panda3D
|
Public Member Functions | |
LerpChannelRange (float low, float high) | |
LerpChannelRange (const LerpChannelRange &c) | |
float | GetHigh () |
float | GetLow () |
LerpChannelRange & | operator= (const LerpChannelRange &c) |
void | SetHigh (float h) |
void | SetLow (float l) |
void | SetRange (float l, float h) |
Definition at line 28 of file lerpchans.h.