624 B
624 B
id | title | sidebar_label | custom_edit_url | hide_title |
---|---|---|---|---|
point.point-1 | Interface: Point | Point.Point | null | true |
Interface: Point
Point.Point
Represents a Point in a 2 dimensional coordinate system.
Properties
x
• x: number
The X coordinate of this Point. (double)
Defined in: src/Point.ts:8
y
• y: number
The Y coordinate of this Point. (double)
Defined in: src/Point.ts:12