Tagged Questions
8
votes
9answers
1k views
Point Sequence Interpolation
Given an arbitrary sequence of points in space, how would you produce a smooth continuous interpolation between them?
2D and 3D solutions are welcome. Solutions that produce a list of points at ...
0
votes
0answers
139 views
Transform shape built of contour splines to simple polygons
I've dumped glyphs from truetype file so I can play with them. They have shape contours that consist from quadratic bezier curves and lines. I want to output triangles for such shapes so I can ...