ProjectileInterval

Inheritance:

Methods of ProjectileInterval:

__calcPos
def __calcPos(self, t)

Undocumented function.

__calcTrajectory
def __calcTrajectory(self, startPos=None, endPos=None, duration=None, startVel=None, endZ=None, wayPoint=None, timeToWayPoint=None, gravityMult=None)

Undocumented function.

__init__
def __init__(self, node, startPos=None, endPos=None, duration=None, startVel=None, endZ=None, wayPoint=None, timeToWayPoint=None, gravityMult=None, name=None, collNode=None)

Undocumented function.

__initialize
def __initialize(self)

Undocumented function.

privInitialize
def privInitialize(self, t)

Undocumented function.

privInstant
def privInstant(self)

Undocumented function.

privStep
def privStep(self, t)

Undocumented function.