LinearIntegrator

from panda3d.physics import LinearIntegrator
class LinearIntegrator

Bases: BaseIntegrator

Pure virtual base class for physical modeling. Takes physically modelable objects and applies forces to them.

Inheritance diagram

Inheritance diagram of LinearIntegrator

__init__(*args, **kwargs)