shape3D
- class granoo3.lib.shape3D
Bases:
Boost.Python.instancebase class for 3D volume shapes
Methods Summary
bounding_box(arg1)bounding_sphere(arg1)compute_inertia(arg1, arg2, arg3)frame(arg1)info(arg1)info( (shape3D)arg1) → str
scale(arg1, arg2)update_bounding_box(arg1)update_bounding_sphere(arg1)volume(arg1)Methods Documentation
- compute_inertia((shape3D)arg1, (float)arg2, (tensor)arg3) None[STATIC]
- info((shape3D)arg1) str[STATIC]
info( (shape3D)arg1) → str
- scale((shape3D)arg1, (float)arg2) None[STATIC]
- update_bounding_box((shape3D)arg1) None[STATIC]
- update_bounding_sphere((shape3D)arg1) None[STATIC]
- volume((shape3D)arg1) float[STATIC]