We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f14fec6 commit b266917Copy full SHA for b266917
src/xrPhysics/dcylinder/dCylinder.cpp
@@ -1,4 +1,5 @@
1
#include "stdafx.h"
2
+#include "tri-colliderknoopc/dTriColliderCommon.h"
3
#include "dCylinder.h"
4
#include "xrPhysics/ode_include.h"
5
@@ -17,8 +18,6 @@ int dCylinderClassUser = -1;
17
18
19
#define NUMC_MASK (0xffff)
20
-#define CONTACT(p, skip) ((dContactGeom*)(((char*)p) + (skip)))
21
-
22
/////////////////////////////////////////////////////////////////////////////////////////////////
23
/////////////////////////////circleIntersection//////////////////////////////////////////////////
24
// this does following:
0 commit comments