diff -r b54b350dff5d -r e3fe3617b631 src/geometry.h --- a/src/geometry.h Fri Aug 27 00:55:32 2021 +0300 +++ b/src/geometry.h Fri Aug 27 14:38:56 2021 +0300 @@ -93,7 +93,7 @@ LineSegment2D bottom(const QRectF& rectangle); LineSegment2D left(const QRectF& rectangle); LineSegment2D right(const QRectF& rectangle); - bool convex(const std::vector& polygon); + bool isConvex(const std::vector& polygon); struct ScalingExtract { glm::vec3 scaling;