Drawing Planar Graphs and 1-Planar Graphs Using Cubic B\'ezier Curves with Bounded Curvature
David Eppstein, Michael T. Goodrich, and Abraham M. Illickan

TL;DR
This paper presents algorithms for drawing planar and 1-planar graphs using cubic Bézier curves with bounded curvature, achieving efficient computation and specific aesthetic properties.
Contribution
It introduces algorithms for drawing planar and 1-planar graphs with cubic Bézier curves, ensuring bounded curvature and efficient computation within specified aesthetic constraints.
Findings
1-planar graphs can be drawn with a single cubic Bézier curve per edge in linear time.
Planar graphs can be drawn with bounded curvature and angular resolution in quadratic bounding boxes.
The methods are computationally efficient and produce aesthetically constrained graph drawings.
Abstract
We study algorithms for drawing planar graphs and 1-planar graphs using cubic B\'ezier curves with bounded curvature. We show that any n-vertex 1-planar graph has a 1-planar RAC drawing using a single cubic B\'ezier curve per edge, and this drawing can be computed in time given a combinatorial 1-planar drawing. We also show that any n-vertex planar graph G can be drawn in time with a single cubic B\'ezier curve per edge, in an bounding box, such that the edges have angular resolution, for each , and curvature.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComputational Geometry and Mesh Generation · Advanced Graph Theory Research · Advanced Numerical Analysis Techniques
