Panda3D
|
Public Member Functions | |
__init__ (BulletManifoldPoint mp, PandaNode node0, PandaNode node1, int id0, int id1, int index0, int index1) | |
int | getIndex0 () |
int | getIndex1 () |
BulletManifoldPoint | getManifold () |
PandaNode | getNode0 () |
PandaNode | getNode1 () |
int | getPartId0 () |
int | getPartId1 () |
![]() | |
output (Ostream out) | |
upcall () | |
You should make this call during the callback if you want to continue the normal function that would have been done in the absence of a callback. More... | |
![]() | |
TypeHandle | getType () |
int | getTypeIndex () |
Returns the internal index number associated with this object's TypeHandle, a unique number for each different type. More... | |
bool | isExactType (TypeHandle handle) |
Returns true if the current object is the indicated type exactly. More... | |
bool | isOfType (TypeHandle handle) |
Returns true if the current object is or derives from the indicated type. More... | |
Static Public Member Functions | |
static TypeHandle | getClassType () |
![]() | |
static TypeHandle | getClassType () |
![]() | |
static TypeHandle | getClassType () |
Public Attributes | |
int | index0 |
int | index1 |
BulletManifoldPoint | manifold |
PandaNode | node0 |
PandaNode | node1 |
int | part_id0 |
int | part_id1 |
![]() | |
TypeHandle | type |
Returns the TypeHandle representing this object's type. More... | |
__init__ | ( | BulletManifoldPoint | mp, |
PandaNode | node0, | ||
PandaNode | node1, | ||
int | id0, | ||
int | id1, | ||
int | index0, | ||
int | index1 | ||
) |
|
static |
int getIndex0 | ( | ) |
int getIndex1 | ( | ) |
BulletManifoldPoint getManifold | ( | ) |
PandaNode getNode0 | ( | ) |
PandaNode getNode1 | ( | ) |
int getPartId0 | ( | ) |
int getPartId1 | ( | ) |
int index0 |
int index1 |
BulletManifoldPoint manifold |
PandaNode node0 |
PandaNode node1 |
int part_id0 |
int part_id1 |