OdeBoxGeom

from panda3d.ode import OdeBoxGeom
class OdeBoxGeom

Bases: OdeGeom

Inheritance diagram

Inheritance diagram of OdeBoxGeom

__init__(*args, **kwargs)
getClassType()

C++ Interface: get_class_type()

getLengths()

C++ Interface: get_lengths(const OdeBoxGeom self)

getPointDepth()

C++ Interface: get_point_depth(const OdeBoxGeom self, const LPoint3f p) get_point_depth(const OdeBoxGeom self, float x, float y, float z)

get_class_type()

C++ Interface: get_class_type()

get_lengths()

C++ Interface: get_lengths(const OdeBoxGeom self)

get_point_depth()

C++ Interface: get_point_depth(const OdeBoxGeom self, const LPoint3f p) get_point_depth(const OdeBoxGeom self, float x, float y, float z)

setLengths()

C++ Interface: set_lengths(const OdeBoxGeom self, const LVecBase3f size) set_lengths(const OdeBoxGeom self, float lx, float ly, float lz)

set_lengths()

C++ Interface: set_lengths(const OdeBoxGeom self, const LVecBase3f size) set_lengths(const OdeBoxGeom self, float lx, float ly, float lz)