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 get_class_type() panda3d.core.TypeHandle
get_lengths() panda3d.core.LVecBase3f
get_point_depth(p: panda3d.core.LPoint3f) float
get_point_depth(x: float, y: float, z: float) float
set_lengths(size: panda3d.core.LVecBase3f)
set_lengths(lx: float, ly: float, lz: float)