APIInterfacesPointOn this pagePointRepresents a Point in a 2 dimensional coordinate system.Properties​x​• x: numberThe X coordinate of this Point. (double)Defined in​Point.ts:8y​• y: numberThe Y coordinate of this Point. (double)Defined in​Point.ts:12