Panda3D
Public Member Functions | Static Public Member Functions | List of all members
BulletContactCallbackData Class Reference
Inheritance diagram for BulletContactCallbackData:
CallbackData TypedObject MemoryBase

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 ()
 
- Public Member Functions inherited from CallbackData
 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...
 
- Public Member Functions inherited from TypedObject
TypeHandle getType ()
 Derived classes should override this function to return get_class_type(). More...
 
int getTypeIndex ()
 Returns the internal index number associated with this object's TypeHandle, a unique number for each different type. This is equivalent to get_type().get_index(). 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 Public Member Functions inherited from CallbackData
static TypeHandle getClassType ()
 
- Static Public Member Functions inherited from TypedObject
static TypeHandle getClassType ()
 

Member Function Documentation

◆ __init__()

__init__ ( BulletManifoldPoint  mp,
PandaNode  node0,
PandaNode  node1,
int  id0,
int  id1,
int  index0,
int  index1 
)

◆ getClassType()

static TypeHandle getClassType ( )
static

◆ getIndex0()

int getIndex0 ( )

◆ getIndex1()

int getIndex1 ( )

◆ getManifold()

BulletManifoldPoint getManifold ( )

◆ getNode0()

PandaNode getNode0 ( )

◆ getNode1()

PandaNode getNode1 ( )

◆ getPartId0()

int getPartId0 ( )

◆ getPartId1()

int getPartId1 ( )