From efa54b002f5957ac564726dad970d52a237fb922 Mon Sep 17 00:00:00 2001 From: Active <56242467+doubleactii@users.noreply.github.com> Date: Wed, 29 Mar 2023 07:28:01 -0500 Subject: [PATCH] Update API in README. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 15915e2..fbfa6e2 100644 --- a/README.md +++ b/README.md @@ -110,4 +110,5 @@ getPointRotated(pRect, pTheta, pPoint)v getPointsOfRotatedRect(pRect, pTheta) - @param {object} pRect - The rectangle object to rotate the point around. **`pRect.anchor.x`** and **`pRecent.anchor.y`** is used to control the "center" of the rectangle. -- @param {number} pTheta - The angle (in radians) to rotate the point by. \ No newline at end of file +- @param {number} pTheta - The angle (in radians) to rotate the point by. +- @returns {object} An object with the rotated rectangle's new corner points and center points. \ No newline at end of file