Tagged Questions
6
votes
1answer
274 views
Splitting a rectangular image to polygons to simulate Breaking glass
I am working on some C# code in which I would like to take a 2D rectangle and split it to smaller 2D polygons. I would like the effect to look like the rectangle was made of glass and it was hit with ...
3
votes
7answers
883 views
How can a convex polygon be broken down into right triangles aligned on the X- and Y- axes?
Given a convex polygon represented by a set of vertices (we can assume they're in counter-clockwise order), how can this polygon be broken down into a set of right triangles whose legs are aligned ...
0
votes
0answers
36 views
Smooth transitions between two intersecting polygons (interesting problem)
I have an interesting problem that I've been trying to solve for a while. There is no "right" solution to this, as there is no strict criteria for success. What I want to accomplish is a smooth ...