From 61f4554f47e342bb9eb1f2754586e55fd458bec7 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Thu, 13 Dec 2018 08:29:32 -0500 Subject: doc: Mention 'rect' in manual. * doc/api.texi (Rectangles): Document 'rect' procedure. --- doc/api.texi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc/api.texi') diff --git a/doc/api.texi b/doc/api.texi index 77f6ae0..ace2e7f 100644 --- a/doc/api.texi +++ b/doc/api.texi @@ -614,7 +614,8 @@ Like some of the other math modules, there exists a collection of functions that do in-place modification of rectangles for use in performance critical code paths. -@deffn {Procedure} make-rect @var{x} @var{y} @var{width} @var{height} +@deffn {Procedure} rect @var{x} @var{y} @var{width} @var{height} +@deffnx {Procedure} make-rect @var{x} @var{y} @var{width} @var{height} Create a new rectangle that is @var{width} by @var{height} in size and whose bottom-left corner is located at (@var{x}, @var{y}). @end deffn -- cgit v1.2.3