dGeomSetOffsetWorldPosition

@brief Set the offset position of a geom from its body.

Sets the geom's positional offset to move it to the new world coordinates. After this call, the geom will be at the world position passed in, and the offset will be the difference from the current body position. The geom must be attached to a body. If the geom did not have an offset, it is automatically created.

@param geom the geom to set. @param x the new X coordinate. @param y the new Y coordinate. @param z the new Z coordinate. @ingroup collide

extern (C) nothrow
void
dGeomSetOffsetWorldPosition

Meta