From fca74b0bf0a0833f5701e9c0de7b3bc15b2233dd Mon Sep 17 00:00:00 2001 From: dan miller Date: Fri, 19 Oct 2007 05:20:07 +0000 Subject: dont ask --- libraries/ode-0.9/docs/group__collide__box.html | 182 ------------------------ 1 file changed, 182 deletions(-) delete mode 100644 libraries/ode-0.9/docs/group__collide__box.html (limited to 'libraries/ode-0.9/docs/group__collide__box.html') diff --git a/libraries/ode-0.9/docs/group__collide__box.html b/libraries/ode-0.9/docs/group__collide__box.html deleted file mode 100644 index 341c2c1..0000000 --- a/libraries/ode-0.9/docs/group__collide__box.html +++ /dev/null @@ -1,182 +0,0 @@ - -
-Functions | |
ODE_API dGeomID | dCreateBox (dSpaceID space, dReal lx, dReal ly, dReal lz) |
Create a box geom with the provided side lengths. | |
ODE_API void | dGeomBoxSetLengths (dGeomID box, dReal lx, dReal ly, dReal lz) |
Set the side lengths of the given box. | |
ODE_API void | dGeomBoxGetLengths (dGeomID box, dVector3 result) |
Get the side lengths of a box. |
ODE_API dGeomID dCreateBox | -( | -dSpaceID | -space, | -|
- | - | dReal | -lx, | -|
- | - | dReal | -ly, | -|
- | - | dReal | -lz | - |
- | ) | -- |
-Create a box geom with the provided side lengths. -
-
space | a space to contain the new geom. May be null. | |
lx | the length of the box along the X axis | |
ly | the length of the box along the Y axis | |
lz | the length of the box along the Z axis |
ODE_API void dGeomBoxGetLengths | -( | -dGeomID | -box, | -|
- | - | dVector3 | -result | - |
- | ) | -- |
-Get the side lengths of a box. -
-
box | the box to query | |
result | the returned side lengths |
ODE_API void dGeomBoxSetLengths | -( | -dGeomID | -box, | -|
- | - | dReal | -lx, | -|
- | - | dReal | -ly, | -|
- | - | dReal | -lz | - |
- | ) | -- |
-Set the side lengths of the given box. -
-
box | the box to set | |
lx | the length of the box along the X axis | |
ly | the length of the box along the Y axis | |
lz | the length of the box along the Z axis |
-