OdeCollisionEntry
from panda3d.ode import OdeCollisionEntry
- class OdeCollisionEntry
Bases:
Bases:
TypedReferenceCount
A class used to hold information about a collision that has occurred.
Inheritance diagram
- __getitem__(n: int) OdeContactGeom
- __init__(param0: OdeCollisionEntry)
- static getClassType() panda3d.core.TypeHandle
- getContactGeom(n: int) OdeContactGeom
Returns the nth contact geom in the collision.
- getContactPoint(n: int) panda3d.core.LPoint3f
Returns the nth contact point in the collision. This does exactly the same as get_contact_geom(n).get_pos().