Skip to content

Commit

Permalink
Remove unused macro
Browse files Browse the repository at this point in the history
  • Loading branch information
Mattia Montanari committed Apr 25, 2023
1 parent 82c625b commit 47df2d7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions openGJK.c
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,6 @@
for (t = 0; t < 3; t++) \
s->vrtx[0][t] = sk[t];

#define getvrtx(point, location) \
point[0] = s->vrtx[location][0]; \
point[1] = s->vrtx[location][1]; \
point[2] = s->vrtx[location][2];

#define calculateEdgeVector(p1p2, p2) \
p1p2[0] = p2[0] - s->vrtx[3][0]; \
p1p2[1] = p2[1] - s->vrtx[3][1]; \
Expand Down

0 comments on commit 47df2d7

Please sign in to comment.