Tagged Questions
The miter tag has no wiki summary.
13
votes
8answers
3k views
How do I render thick 2D lines as polygons?
I have a path made up of a list of 2D points. I want to turn these into a strip of triangles in order to render a textured line with a specified thickness (and other such things). So essentially the ...
3
votes
1answer
117 views
Create Lines around a guiding line using Miterjoin
I am drawing graphs into a WinForms Picturebox. Now I am searching for a possibility to 'duplicate' a line (an array of points), so that the two resulting lines are positioned a fixed distance away ...
1
vote
2answers
281 views
ActionScript - Clearing Graphics With JointStyle.MITER Bug?
I've come across an undesirable effect of using JointStyle.MITER when clearing/redrawing graphics.
My project involves managing custom line graphics with both round and sharp edges, which is why I ...