LerpFunctionInterval
from direct.interval.LerpInterval import LerpFunctionInterval
Inheritance:
LerpFunctionInterval
:
Methods of LerpFunctionInterval:
__init__
privStep
__init__
def __init__(self, function, duration=0.0, fromData=0, toData=1, blendType='noBlend', extraArgs=[], name=None)
Undocumented function.
privStep
def privStep(self, t)
Undocumented function.