OdePlaneGeom

from panda3d.ode import OdePlaneGeom
class OdePlaneGeom

Bases:

Bases: OdeGeom

Inheritance diagram

Inheritance diagram of OdePlaneGeom

__init__(params: panda3d.core.LVecBase4f)
__init__(space: OdeSpace, params: panda3d.core.LVecBase4f)
__init__(space: OdeSpace, a: float, b: float, c: float, d: float)
__init__(a: float, b: float, c: float, d: float)
static getClassType() panda3d.core.TypeHandle
getParams() panda3d.core.LVecBase4f
getPointDepth(p: panda3d.core.LPoint3f) float
getPointDepth(x: float, y: float, z: float) float
setParams(params: panda3d.core.LVecBase4f)
setParams(a: float, b: float, c: float, d: float)