I managed to read DXF arcs and render them into a 3D Canvas I made. See attached image.
To render the 2D arcs I "cut" them into small linear segments (small lines) and then I draw them on my canvas.
I wonder if there is a way to use the Java QuadCurve2D awt object in order to graphically represent the Arcs on a Canvas. Any help will be really appreciated.
On the attached image you can see the data I have for each arc Start Point, Center Point, End Point, Stat Angle, End Angle, Width and Height