Hi Everyone.
Let's say I have an array of coordinates used to describe a polygon. I would like to be able to rewrite this array with more detail so I can add rounded corners. (for example, a corner could consist of 8 coordinates instead of the original 1 and so the array would go from holding 4 coords to 32). I would supply the radius of the rounding as well.
Is this called anything in particular so I can read up on it? Or even better, has anyone done something similar?
Ta!
Let's say I have an array of coordinates used to describe a polygon. I would like to be able to rewrite this array with more detail so I can add rounded corners. (for example, a corner could consist of 8 coordinates instead of the original 1 and so the array would go from holding 4 coords to 32). I would supply the radius of the rounding as well.
Is this called anything in particular so I can read up on it? Or even better, has anyone done something similar?
Ta!

