Unwrap polys

To unwrap polygons of a generated three-dimensional letter I implement an pdf-export that takes the distances between three ordered points in the 3D-space and applies trigonometric rules to calculate the angle between the first and second edge. With a series of transformations I draw each edge with the actual length and angle in 2D and close each triangle to get an printable two dimensional triangle-strip.

...................................................................................................................................