From 2fe17a46c28021d25eb9228e31c2818d8eb140f5 Mon Sep 17 00:00:00 2001 From: Ryan Pavlik Date: Wed, 11 Sep 2019 13:48:47 -0500 Subject: [PATCH] Remove prototype for an unimplemented function. --- src/polygon.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/polygon.h b/src/polygon.h index 29cc0aa9..a4be64bb 100644 --- a/src/polygon.h +++ b/src/polygon.h @@ -184,7 +184,6 @@ public: Vector Normal() const; void FlipNormal(); double MinAltitude() const; - int WindingNumberForPoint(Vector p) const; bool ContainsPoint(Vector p) const; bool ContainsPointProjd(Vector n, Vector p) const; STriangle Transform(Vector o, Vector u, Vector v) const;