OdeMass
from panda3d.ode import OdeMass
- class OdeMass
Bases:
TypedReferenceCount
Inheritance diagram
- __init__(*args, **kwargs)
- add()
C++ Interface: add(const OdeMass self, OdeMass other)
- adjust()
C++ Interface: adjust(const OdeMass self, float newmass)
- check()
C++ Interface: check(const OdeMass self)
- getCenter()
C++ Interface: get_center(OdeMass self)
- getClassType()
C++ Interface: get_class_type()
- getInertialTensor()
C++ Interface: get_inertial_tensor(OdeMass self)
- getMagnitude()
C++ Interface: get_magnitude(OdeMass self)
- get_center()
C++ Interface: get_center(OdeMass self)
- get_class_type()
C++ Interface: get_class_type()
- get_inertial_tensor()
C++ Interface: get_inertial_tensor(OdeMass self)
- get_magnitude()
C++ Interface: get_magnitude(OdeMass self)
- rotate()
C++ Interface: rotate(const OdeMass self, const LMatrix3f r)
- setBox()
C++ Interface: set_box(const OdeMass self, float density, const LVecBase3f size) set_box(const OdeMass self, float density, float lx, float ly, float lz)
- setBoxTotal()
C++ Interface: set_box_total(const OdeMass self, float total_mass, const LVecBase3f size) set_box_total(const OdeMass self, float total_mass, float lx, float ly, float lz)
- setCapsule()
C++ Interface: set_capsule(const OdeMass self, float density, int direction, float radius, float length)
- setCapsuleTotal()
C++ Interface: set_capsule_total(const OdeMass self, float total_mass, int direction, float radius, float length)
- setCylinder()
C++ Interface: set_cylinder(const OdeMass self, float density, int direction, float radius, float length)
- setCylinderTotal()
C++ Interface: set_cylinder_total(const OdeMass self, float total_mass, int direction, float radius, float length)
- setParameters()
C++ Interface: set_parameters(const OdeMass self, float themass, const LVecBase3f center, const LMatrix3f r) set_parameters(const OdeMass self, float themass, float cgx, float cgy, float cgz, float I11, float I22, float I33, float I12, float I13, float I23)
- setSphere()
C++ Interface: set_sphere(const OdeMass self, float density, float radius)
- setSphereTotal()
C++ Interface: set_sphere_total(const OdeMass self, float total_mass, float radius)
- setZero()
C++ Interface: set_zero(const OdeMass self)
- set_box()
C++ Interface: set_box(const OdeMass self, float density, const LVecBase3f size) set_box(const OdeMass self, float density, float lx, float ly, float lz)
- set_box_total()
C++ Interface: set_box_total(const OdeMass self, float total_mass, const LVecBase3f size) set_box_total(const OdeMass self, float total_mass, float lx, float ly, float lz)
- set_capsule()
C++ Interface: set_capsule(const OdeMass self, float density, int direction, float radius, float length)
- set_capsule_total()
C++ Interface: set_capsule_total(const OdeMass self, float total_mass, int direction, float radius, float length)
- set_cylinder()
C++ Interface: set_cylinder(const OdeMass self, float density, int direction, float radius, float length)
- set_cylinder_total()
C++ Interface: set_cylinder_total(const OdeMass self, float total_mass, int direction, float radius, float length)
- set_parameters()
C++ Interface: set_parameters(const OdeMass self, float themass, const LVecBase3f center, const LMatrix3f r) set_parameters(const OdeMass self, float themass, float cgx, float cgy, float cgz, float I11, float I22, float I33, float I12, float I13, float I23)
- set_sphere()
C++ Interface: set_sphere(const OdeMass self, float density, float radius)
- set_sphere_total()
C++ Interface: set_sphere_total(const OdeMass self, float total_mass, float radius)
- set_zero()
C++ Interface: set_zero(const OdeMass self)
- translate()
C++ Interface: translate(const OdeMass self, const LVecBase3f pos) translate(const OdeMass self, float x, float y, float z)
- write()
C++ Interface: write(OdeMass self, ostream out, int indent)