@brief Set the position vector of a placeable geom.
If the geom is attached to a body, the body's position will also be changed.
Calling this function on a non-placeable geom results in a runtime error in
the debug build of ODE.
@param geom the geom to set.
@param x the new X coordinate.
@param y the new Y coordinate.
@param z the new Z coordinate.
@sa dBodySetPosition
@ingroup collide
@brief Set the position vector of a placeable geom.
If the geom is attached to a body, the body's position will also be changed. Calling this function on a non-placeable geom results in a runtime error in the debug build of ODE.
@param geom the geom to set. @param x the new X coordinate. @param y the new Y coordinate. @param z the new Z coordinate. @sa dBodySetPosition @ingroup collide