Functions | |
| ODE_API dGeomID | dCreateSphere (dSpaceID space, dReal radius) |
| Create a sphere geom of the given radius, and return its ID. | |
| ODE_API void | dGeomSphereSetRadius (dGeomID sphere, dReal radius) |
| Set the radius of a sphere geom. | |
| ODE_API dReal | dGeomSphereGetRadius (dGeomID sphere) |
| Retrieves the radius of a sphere geom. | |
| ODE_API dReal | dGeomSpherePointDepth (dGeomID sphere, dReal x, dReal y, dReal z) |
| Calculate the depth of the a given point within a sphere. | |
|
||||||||||||
|
Create a sphere geom of the given radius, and return its ID.
|
|
|
Retrieves the radius of a sphere geom.
|
|
||||||||||||||||||||
|
Calculate the depth of the a given point within a sphere.
|
|
||||||||||||
|
Set the radius of a sphere geom.
|
1.4.6