How to form a Concave shape out of Convex shapes?
问题 i'm trying to get around the rule of only being able to form convex shapes in the SFML c++ library. To do this I'm planning on testing given vertices, and if concave, splitting the vertices into groups, testing each groups' concaveness, and repeating until a full set of concave shapes results that look just like the original shape when put together What I would like to know is... What the equation for testing a shapes concaveness is: What is it and how does it work? How would i split up the