Panda3D
|
Performs Euler integration on a vector of physically modelable objects given a quantum dt. More...
Public Member Functions | |
__init__ () | |
constructor More... | |
![]() | |
__init__ (const BaseIntegrator) | |
output (Ostream out) | |
Write a string representation of this instance to <out>. More... | |
write (Ostream out, int indent) | |
Write a string representation of this instance to <out>. More... | |
writePrecomputedAngularMatrices (Ostream out, int indent) | |
Write a string representation of this instance to <out>. More... | |
writePrecomputedLinearMatrices (Ostream out, int indent) | |
Write a string representation of this instance to <out>. More... | |
![]() | |
int | getRefCount () |
Returns the current reference count. More... | |
ref () | |
Explicitly increments the reference count. More... | |
bool | testRefCountIntegrity () |
Does some easy checks to make sure that the reference count isn't completely bogus. More... | |
bool | testRefCountNonzero () |
Does some easy checks to make sure that the reference count isn't zero, or completely bogus. More... | |
bool | unref () |
Explicitly decrements the reference count. More... | |
Additional Inherited Members | |
![]() | |
static TypeHandle | getClassType () |
![]() | |
int | ref_count |
The current reference count. More... | |
Performs Euler integration on a vector of physically modelable objects given a quantum dt.
__init__ | ( | ) |
constructor