Primitives.Point2d Type alias

Point2d type (contains an x and a y coordinate)

Primitives.Point2d = string[] | number[] | { x: number, y: number }

Defined in

Last Updated: 20 June, 2023