From 0d2e078eebb2827e0ed49e55dd10df406c4e3af1 Mon Sep 17 00:00:00 2001 From: dan miller Date: Fri, 19 Oct 2007 05:22:50 +0000 Subject: trying to fix my screwup part deux --- "libraries/ode-0.9\\/contrib/dRay/Include/dRay.h" | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100755 "libraries/ode-0.9\\/contrib/dRay/Include/dRay.h" (limited to 'libraries/ode-0.9\/contrib/dRay/Include/dRay.h') diff --git "a/libraries/ode-0.9\\/contrib/dRay/Include/dRay.h" "b/libraries/ode-0.9\\/contrib/dRay/Include/dRay.h" deleted file mode 100755 index f6caea8..0000000 --- "a/libraries/ode-0.9\\/contrib/dRay/Include/dRay.h" +++ /dev/null @@ -1,15 +0,0 @@ -#include "ode\ode.h" - -/* Class ID */ -extern int dRayClass; - -/* Creates a ray */ -dxGeom* dGeomCreateRay(dSpaceID space, dReal Length); - -/* Set/Get length */ -void dGeomRaySetLength(dxGeom* g, dReal Length); -dReal dGeomRayGetLength(dxGeom* g); - -/* Utility function to override the ray's pos + rot */ -void dGeomRaySet(dxGeom* g, dVector3 Origin, dVector3 Direction); -void dGeomRayGet(dxGeom* g, dVector3 Origin, dVector3 Direction); -- cgit v1.1