[ODE] where are the dxWorld, etc.. structs defined?
brett hartshorn
bhartsho at yahoo.com
Tue Mar 23 09:59:59 MST 2004
struct dxWorld; /* dynamics world */
struct dxSpace; /* collision space */
struct dxBody; /* rigid body (dynamics object) */
struct dxGeom; /* geometry (collision object) */
struct dxJoint;
struct dxJointNode;
struct dxJointGroup;
where are the contents of these structs defined?
I can only find their declaration in common.h
thanks,
-brett
__________________________________
Do you Yahoo!?
Yahoo! Finance Tax Center - File online. File on time.
http://taxes.yahoo.com/filing.html
More information about the ODE
mailing list