|
43 | 43 |
|
44 | 44 | #include "PQP_Compile.h" |
45 | 45 | #include "PQP_Internal.h" |
| 46 | +#include "PQP_Export.h" |
46 | 47 |
|
47 | 48 | //---------------------------------------------------------------------------- |
48 | 49 | // |
@@ -203,7 +204,7 @@ const int PQP_ERR_BUILD_EMPTY_MODEL = -5; |
203 | 204 | const int PQP_ALL_CONTACTS = 1; // find all pairwise intersecting triangles |
204 | 205 | const int PQP_FIRST_CONTACT = 2; // report first intersecting tri pair found |
205 | 206 |
|
206 | | -int |
| 207 | +PQP_EXPORT int |
207 | 208 | PQP_Collide(PQP_CollideResult *result, |
208 | 209 | PQP_REAL R1[3][3], PQP_REAL T1[3], PQP_Model *o1, |
209 | 210 | PQP_REAL R2[3][3], PQP_REAL T2[3], PQP_Model *o2, |
@@ -264,7 +265,7 @@ PQP_Collide(PQP_CollideResult *result, |
264 | 265 | // |
265 | 266 | //---------------------------------------------------------------------------- |
266 | 267 |
|
267 | | -int |
| 268 | +PQP_EXPORT int |
268 | 269 | PQP_Distance(PQP_DistanceResult *result, |
269 | 270 | PQP_REAL R1[3][3], PQP_REAL T1[3], PQP_Model *o1, |
270 | 271 | PQP_REAL R2[3][3], PQP_REAL T2[3], PQP_Model *o2, |
@@ -321,7 +322,7 @@ PQP_Distance(PQP_DistanceResult *result, |
321 | 322 | // |
322 | 323 | //---------------------------------------------------------------------------- |
323 | 324 |
|
324 | | -int |
| 325 | +PQP_EXPORT int |
325 | 326 | PQP_Tolerance(PQP_ToleranceResult *res, |
326 | 327 | PQP_REAL R1[3][3], PQP_REAL T1[3], PQP_Model *o1, |
327 | 328 | PQP_REAL R2[3][3], PQP_REAL T2[3], PQP_Model *o2, |
|
0 commit comments