OdeContact

from panda3d.ode import OdeContact
class OdeContact

Bases:

Bases: TypedReferenceCount

Inheritance diagram

Inheritance diagram of OdeContact

__init__()
__init__(contact: dContact)

OdeContact(const OdeContact &copy);

static get_class_type() panda3d.core.TypeHandle
get_fdir1() panda3d.core.LVecBase3f
get_geom() OdeContactGeom
get_surface() OdeSurfaceParameters
set_fdir1(fdir1: panda3d.core.LVecBase3f)
set_geom(contact_geom: OdeContactGeom)
set_surface(surface_parameters: OdeSurfaceParameters)