Tagged Questions
7
votes
3answers
833 views
Efficient Packing Algorithm for Regular Polygons
I'm looking for a packing algorithm which will reduce a regular polygon into rectangles and right triangles. The algorithm should attempt to use as few such shapes as possible and should be relatively ...
5
votes
2answers
869 views
Efficient Packing Algorithm for Irregular Polygons
I'm looking for a packing algorithm which will reduce an irregular polygon into rectangles and right triangles. The algorithm should attempt to use as few such shapes as possible and should be ...
4
votes
4answers
687 views
Tessellating an arbitrary polygon by tiling triangles
I need to fill an arbitrary polygon using a near-uniform tiling of triangles. How would I do this? You may provide either references to existing algorithms or even simply ideas or hints of your own.
...
2
votes
2answers
549 views
I have an OpenGL Tessellated Sphere and I want to cut a cylindrical hole in it
I am working on a piece of software which generated a polygon mesh to represent a sphere, and I want to cut a hole through the sphere. This polygon mesh is only an overlay across the surface of the ...
1
vote
1answer
273 views
Generic pattern algorithms (language agnostic)
I'm sorry to ask such a vague and generic question, but I need to write a set of tools that will aid people in creating 2D and 3D geometric patterns.
Does anyone know any good online resources that ...