diff options
author | dan miller | 2007-10-21 08:36:32 +0000 |
---|---|---|
committer | dan miller | 2007-10-21 08:36:32 +0000 |
commit | 2f8d7092bc2c9609fa98d6888106b96f38b22828 (patch) | |
tree | da6c37579258cc965b52a75aee6135fe44237698 /libraries/ode-0.9/contrib/dCylinder/dCylinder.h | |
parent | * Committing new PolicyManager based on an ACL system. (diff) | |
download | opensim-SC-2f8d7092bc2c9609fa98d6888106b96f38b22828.zip opensim-SC-2f8d7092bc2c9609fa98d6888106b96f38b22828.tar.gz opensim-SC-2f8d7092bc2c9609fa98d6888106b96f38b22828.tar.bz2 opensim-SC-2f8d7092bc2c9609fa98d6888106b96f38b22828.tar.xz |
libraries moved to opensim-libs, a new repository
Diffstat (limited to 'libraries/ode-0.9/contrib/dCylinder/dCylinder.h')
-rw-r--r-- | libraries/ode-0.9/contrib/dCylinder/dCylinder.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/libraries/ode-0.9/contrib/dCylinder/dCylinder.h b/libraries/ode-0.9/contrib/dCylinder/dCylinder.h deleted file mode 100644 index 06e3a0b..0000000 --- a/libraries/ode-0.9/contrib/dCylinder/dCylinder.h +++ /dev/null | |||
@@ -1,14 +0,0 @@ | |||
1 | |||
2 | #ifndef dCylinder_h | ||
3 | #define dCylinder_h | ||
4 | |||
5 | struct dxCylinder; | ||
6 | extern int dCylinderClassUser; | ||
7 | |||
8 | |||
9 | dxGeom *dCreateCylinder (dSpaceID space, dReal r, dReal lz); | ||
10 | void dGeomCylinderSetParams (dGeomID g, dReal radius, dReal length); | ||
11 | |||
12 | void dGeomCylinderGetParams (dGeomID g, dReal *radius, dReal *length); | ||
13 | #endif //dCylinder_h | ||
14 | |||