diff options
Diffstat (limited to 'thirdparty/thekla_atlas/nvmath/ConvexHull.h')
-rw-r--r-- | thirdparty/thekla_atlas/nvmath/ConvexHull.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/thirdparty/thekla_atlas/nvmath/ConvexHull.h b/thirdparty/thekla_atlas/nvmath/ConvexHull.h deleted file mode 100644 index 6c2db5d73f..0000000000 --- a/thirdparty/thekla_atlas/nvmath/ConvexHull.h +++ /dev/null @@ -1,17 +0,0 @@ -// This code is in the public domain -- Ignacio Castaņo <castano@gmail.com> - -#pragma once -#ifndef NV_MATH_CONVEXHULL_H -#define NV_MATH_CONVEXHULL_H - -#include "nvmath.h" -#include "nvcore/Array.h" - -namespace nv { - class Vector2; - - void convexHull(const Array<Vector2> & input, Array<Vector2> & output, float epsilon = 0); - -} // namespace nv - -#endif // NV_MATH_CONVEXHULL_H |