BaseIntegrator

from panda3d.physics import BaseIntegrator
class BaseIntegrator

Bases: ReferenceCount

pure virtual integrator class that holds cached matrix information that really should be common to any possible child implementation.

Inheritance diagram

Inheritance diagram of BaseIntegrator

__init__(*args, **kwargs)
output()

C++ Interface: output(BaseIntegrator self, ostream out)

/**
  • Write a string representation of this instance to <out>.

*/

write()

C++ Interface: write(BaseIntegrator self, ostream out, int indent)

/**
  • Write a string representation of this instance to <out>.

*/

writePrecomputedAngularMatrices()

C++ Interface: write_precomputed_angular_matrices(BaseIntegrator self, ostream out, int indent)

/**
  • Write a string representation of this instance to <out>.

*/

writePrecomputedLinearMatrices()

C++ Interface: write_precomputed_linear_matrices(BaseIntegrator self, ostream out, int indent)

/**
  • Write a string representation of this instance to <out>.

*/

write_precomputed_angular_matrices()

C++ Interface: write_precomputed_angular_matrices(BaseIntegrator self, ostream out, int indent)

/**
  • Write a string representation of this instance to <out>.

*/

write_precomputed_linear_matrices()

C++ Interface: write_precomputed_linear_matrices(BaseIntegrator self, ostream out, int indent)

/**
  • Write a string representation of this instance to <out>.

*/