concave
Drawing a concave polygon in OpenGL
I have a concave polygon I need to draw in OpenGL. The polygon is defined as a list of points which form its exterior ring, and a list of lists-of-points that define its interior rings (exclusion zone[详细]
2023-04-11 08:09 分类:问答Scaling an arbitrary polygon
I\'ve been scouring the internet for days, but have been unable to find a good answer (or at least one that made sense to me) to what seems like it should be a common question.How does one scale an ar[详细]
2023-03-22 19:45 分类:问答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.[详细]
2023-03-20 07:50 分类:问答How to form Concave shapes from convex pieces Confusion
Hey so i was told in a previous answer that to make concave shapes out of multiple convex ones i do the following:[详细]
2023-03-20 00:57 分类:问答Whats an easy way to fill a Concave PathGeometry to be Convex (finding the concave vertices & removing them)?
I\'ve got a PathGeometry (polygon) built up of LineSegments on one PathFigure and I\'d like to ensure that it\'s Convex.I have a method using the CrossProduct to determine whether the geometry is Conv[详细]
2023-01-06 08:03 分类:问答How do I cut triangles out of a concave Delaunay triangulation?
I\'m using Delaunay to triangulate a concave polygon, but it fills in the concavities. How do I automatically remove the trian开发者_StackOverflowgles that are outside the polygon boundaries?Self-answ[详细]
2022-12-13 05:19 分类:问答