MATLAB: Does it exist an already developed module on matlab that returns a parallel circle-arc to another given circle-arc

parallel circle-arc

I would like to return the parallel circle-arc to a given circle-arc, displaced by a distance "e". I found packages that allow for example plot circle -arcs, like geom2d.rar. I'm looking for a similar package.

Best Answer

Code for drawing an arc is given in the FAQ: http://matlab.wikia.com/wiki/FAQ#How_do_I_create_an_arc.3F It should be easy to adapt since you already have "a given circle-arc" - just increase the radius from the given radius.
Related Question