tweak
This commit is contained in:
parent
bb1b9f5965
commit
2e7d6b0783
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in New Issue