BaseIntegrator
from panda3d.physics import BaseIntegrator
- class BaseIntegrator
Bases:
Bases:
ReferenceCount
pure virtual integrator class that holds cached matrix information that really should be common to any possible child implementation.
Inheritance diagram
- __init__(param0: BaseIntegrator)
- output(out: panda3d.core.ostream)
Write a string representation of this instance to <out>.
- write(out: panda3d.core.ostream, indent: int)
Write a string representation of this instance to <out>.
- writePrecomputedAngularMatrices(out: panda3d.core.ostream, indent: int)
Write a string representation of this instance to <out>.
- writePrecomputedLinearMatrices(out: panda3d.core.ostream, indent: int)
Write a string representation of this instance to <out>.