OdeBoxGeom

from panda3d.ode import OdeBoxGeom
class OdeBoxGeom

Bases:

Bases: OdeGeom

Inheritance diagram

Inheritance diagram of OdeBoxGeom

__init__(space: OdeSpace, size: panda3d.core.LVecBase3f)
__init__(space: OdeSpace, lx: float, ly: float, lz: float)
__init__(lx: float, ly: float, lz: float)
static getClassType() panda3d.core.TypeHandle
getLengths() panda3d.core.LVecBase3f
getPointDepth(p: panda3d.core.LPoint3f) float
getPointDepth(x: float, y: float, z: float) float
setLengths(size: panda3d.core.LVecBase3f)
setLengths(lx: float, ly: float, lz: float)