ground
- class granoo3.lib.ground
Bases:
Boost.Python.instance
a class that model a shape that does nothing. A ground may collide with bodies.
Attributes Summary
current center
ground id
current position
current orientation
Methods Summary
get
(arg1)return the ground with the given id
get_center
(arg1)current center
get_id
(arg1)ground id
get_pos
(arg1)current position
get_quat
(arg1)current orientation
set_center
(arg1, arg2)current center
set_id
(arg1, arg2)ground id
set_pos
(arg1, arg2)current position
set_quat
(arg1, arg2)current orientation
Attributes Documentation
- center
current center
- id
ground id
- pos
current position
- quat
current orientation
Methods Documentation
- get_id((ground)arg1) object[STATIC]
ground id
- get_quat((ground)arg1) quaternion[STATIC]
current orientation
- set_center((ground)arg1, (point)arg2) None[STATIC]
current center
- set_id((ground)arg1, (str)arg2) None[STATIC]
ground id
- set_pos((ground)arg1, (vector)arg2) None[STATIC]
current position
- set_quat((ground)arg1, (quaternion)arg2) None[STATIC]
current orientation