APIInterfacesPointOn this pageInterface: Point Represents a Point in a 2 dimensional coordinate system. Properties​ x​ x: number The X coordinate of this Point. (double) Defined in​ types/Point.ts:8 y​ y: number The Y coordinate of this Point. (double) Defined in​ types/Point.ts:12