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