Remove prototype for an unimplemented function.

pull/507/head
Ryan Pavlik 2019-09-11 13:48:47 -05:00 committed by whitequark
parent 38f42871c7
commit 2fe17a46c2
1 changed files with 0 additions and 1 deletions

View File

@ -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;