From 2f8d7092bc2c9609fa98d6888106b96f38b22828 Mon Sep 17 00:00:00 2001 From: dan miller Date: Sun, 21 Oct 2007 08:36:32 +0000 Subject: libraries moved to opensim-libs, a new repository --- libraries/ode-0.9/docs/group__collide__sphere.html | 199 --------------------- 1 file changed, 199 deletions(-) delete mode 100644 libraries/ode-0.9/docs/group__collide__sphere.html (limited to 'libraries/ode-0.9/docs/group__collide__sphere.html') diff --git a/libraries/ode-0.9/docs/group__collide__sphere.html b/libraries/ode-0.9/docs/group__collide__sphere.html deleted file mode 100644 index c0174cc..0000000 --- a/libraries/ode-0.9/docs/group__collide__sphere.html +++ /dev/null @@ -1,199 +0,0 @@ - -
-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. |
ODE_API dGeomID dCreateSphere | -( | -dSpaceID | -space, | -|
- | - | dReal | -radius | - |
- | ) | -- |
-Create a sphere geom of the given radius, and return its ID. -
-
space | a space to contain the new geom. May be null. | |
radius | the radius of the sphere. |
ODE_API dReal dGeomSphereGetRadius | -( | -dGeomID | -sphere | -) | -- |
-Retrieves the radius of a sphere geom. -
-
sphere | the sphere to query. |
ODE_API dReal dGeomSpherePointDepth | -( | -dGeomID | -sphere, | -|
- | - | dReal | -x, | -|
- | - | dReal | -y, | -|
- | - | dReal | -z | - |
- | ) | -- |
-Calculate the depth of the a given point within a sphere. -
-
sphere | the sphere to query. | |
x | the X coordinate of the point. | |
y | the Y coordinate of the point. | |
z | the Z coordinate of the point. |
ODE_API void dGeomSphereSetRadius | -( | -dGeomID | -sphere, | -|
- | - | dReal | -radius | - |
- | ) | -- |
-Set the radius of a sphere geom. -
-
sphere | the sphere to set. | |
radius | the new radius. |
-