From 8f4d24f0400ad34424e9c077c3111e2e8136ded6 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Wed, 6 Oct 2021 08:05:02 -0400 Subject: graphics: path: Add arc-to procedure. --- doc/api.texi | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc/api.texi') diff --git a/doc/api.texi b/doc/api.texi index 9a36bc4..a237d97 100644 --- a/doc/api.texi +++ b/doc/api.texi @@ -2095,6 +2095,13 @@ Draw an elliptical arc spanning the angle range [@var{angle-start}, @var{ry} (set both to the same value for a circular arc.) @end deffn +@deffn {Procedure} arc-to c1 c2 radius +Draw a circular arc with radius @var{radius} that is tangential to the +line segment formed by the current pen position and @var{c1}, as well +as the line segment formed by @var{c1} and @var{c2}. The result is a +smooth corner. +@end deffn + Included are some helpful procedures for generating common types of paths: -- cgit v1.2.3