From 2e7d6b0783b83bd7528602c9365f44c8d4b65c49 Mon Sep 17 00:00:00 2001 From: Orion Reed Date: Tue, 3 Dec 2024 00:50:16 -0500 Subject: [PATCH] tweak --- src/common/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/types.ts b/src/common/types.ts index 3eb9c19..27bc240 100644 --- a/src/common/types.ts +++ b/src/common/types.ts @@ -7,7 +7,7 @@ export type RotatedDOMRect = DOMRect & { /** Returns the center point in worldspace coordinates */ center(): Point; - /** Returns the four corners in worldspace coordinates, in clockwise order */ + /** Returns the four corners in worldspace coordinates, in clockwise order starting from the top left */ corners(): [Point, Point, Point, Point]; /** Returns all the vertices in worldspace coordinates */