Skip to content

Commit

Permalink
geo2d: minkowski -> convex_hull_sum
Browse files Browse the repository at this point in the history
  • Loading branch information
teapotd committed Apr 2, 2024
1 parent d30f4f3 commit 41533ee
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#pragma once
#include "../../../src/geo2d/minkowski.h"
#include "../../../src/geo2d/convex_hull_sum.h"
#include "../../../src/geo2d/convex_hull.h"
#include "common.hpp"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#define FLOATING_POINT_GEOMETRY 1
#include "../minkowski.hpp"
#include "../convex_hull_sum.hpp"
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#define FLOATING_POINT_GEOMETRY 0
#include "../minkowski.hpp"
#include "../convex_hull_sum.hpp"

0 comments on commit 41533ee

Please sign in to comment.