This commit is contained in:
Orion Reed 2024-12-03 00:50:16 -05:00
parent bb1b9f5965
commit 2e7d6b0783
1 changed files with 1 additions and 1 deletions

View File

@ -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 */