30
v1v2 (latest)

Drawing ellipses and elliptical arcs with piecewise cubic Bézier curve approximations

Main:19 Pages
9 Figures
Bibliography:3 Pages
1 Tables
Appendix:1 Pages
Abstract

This tutorial explains how to use piecewise cubic B\ézier curves to draw arbitrarily oriented ellipses and elliptical arcs. The geometric principles discussed here result in strikingly simple interfaces for graphics functions that can draw (approximate) circles, ellipses, and arcs of circles and ellipses. C++ source code listings are included for these functions. Their code size can be relatively small because they are designed to be used with a graphics library or platform that draws B\ézier curves, and the library or platform is tasked with the actual rendering of the curves.

View on arXiv
Comments on this paper