Skip to main content

Type Alias: IPoints

IPoints: object

Points in page, client, canvas and world coordinates.

Type declaration​

canvas​

canvas: Types.Point2

canvas coordinates of the point

client​

client: Types.Point2

client coordinates of the point

page​

page: Types.Point2

page coordinates of the point

world​

world: Types.Point3

world coordinates of the point

Defined in​

tools/src/types/IPoints.ts:7