Talk:Divide a rectangle into a number of unequal triangles

Revision as of 10:10, 18 December 2021 by rosettacode>Paddy3118 (→‎Extra algo.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Extra Algo.

I'm guessing that you could drop a point P inside the rectangle where its distances to the corners are all different. Add random points around the outside edges, then go around the circumference in one direction and make trianges of c[i], c[i+1] and P.

You would then get triangles with edges on all four sides of the rectangle.

--Paddy3118 (talk) 10:10, 18 December 2021 (UTC)

Return to "Divide a rectangle into a number of unequal triangles" page.