CLerpInterval
from panda3d.direct import CLerpInterval
- class CLerpInterval
Bases:
CInterval
The base class for a family of intervals that linearly interpolate one or more numeric values over time.
Inheritance diagram
- BTEaseIn = 1
- BTEaseInOut = 3
- BTEaseOut = 2
- BTInvalid = 4
- BTNoBlend = 0
- BT_ease_in = 1
- BT_ease_in_out = 3
- BT_ease_out = 2
- BT_invalid = 4
- BT_no_blend = 0
- __init__(*args, **kwargs)
- getBlendType()
C++ Interface: get_blend_type(CLerpInterval self)
- /**
Returns the blend type specified for the interval. This controls how the
linear interpolation behaves near the beginning and end of the lerp period.
*/
- getClassType()
C++ Interface: get_class_type()
- get_blend_type()
C++ Interface: get_blend_type(CLerpInterval self)
- /**
Returns the blend type specified for the interval. This controls how the
linear interpolation behaves near the beginning and end of the lerp period.
*/
- get_class_type()
C++ Interface: get_class_type()