OdeContactGeom

from panda3d.ode import OdeContactGeom
class OdeContactGeom

Bases:

Bases: TypedReferenceCount

Inheritance diagram

Inheritance diagram of OdeContactGeom

__init__()
__init__(copy: OdeContactGeom)
static get_class_type() panda3d.core.TypeHandle
get_depth() float
get_g1() OdeGeom
get_g2() OdeGeom
get_normal() panda3d.core.LVecBase3f
get_pos() panda3d.core.LVecBase3f
get_side1() int
get_side2() int
set_depth(depth: float)
set_g1(geom: OdeGeom)
set_g2(geom: OdeGeom)
set_normal(normal: panda3d.core.LVecBase3f)
set_pos(pos: panda3d.core.LVecBase3f)