29 dBodyID
GetBody (void);
32 void SetBody (Body
&body
);
33 /*void SetBody (dBodyID b);*/
35 Vector3
GetPosition (void);
36 void SetPosition (double x
, double y
, double z
);
38 Matrix3
GetRotation (void);
39 void SetRotation (Matrix3 rotation
);
41 void SetData (void *data
);
47 void CreateSphere (Space
&space
, double radius
);
48 void CreateBox (Space
&space
, double lx
, double ly
, double lz
);
49 void CreatePlane (Space
&space
, double a
, double b
, double c
, double d
);
50 void CreateCCylinder (Space
&space
, double radius
, double length
);
58 //Get Object's Parameters
60 double SphereGetRadius (void);
61 Vector3
BoxGetLengths (void);
62 Vector4
PlaneGetParams (void);
63 void CCylinderGetParams (double *radius
, double *length
);