OdeContactGeom

from panda3d.ode import OdeContactGeom
class OdeContactGeom

Bases:

Bases: TypedReferenceCount

Inheritance diagram

Inheritance diagram of OdeContactGeom

__init__()
__init__(copy: OdeContactGeom)
static getClassType() panda3d.core.TypeHandle
getDepth() float
getG1() OdeGeom
getG2() OdeGeom
getNormal() panda3d.core.LVecBase3f
getPos() panda3d.core.LVecBase3f
getSide1() int
getSide2() int
setDepth(depth: float)
setG1(geom: OdeGeom)
setG2(geom: OdeGeom)
setNormal(normal: panda3d.core.LVecBase3f)
setPos(pos: panda3d.core.LVecBase3f)