* Automatically build API documentation using Typedoc and Docusaurus * Move MD and move to MDX for Docusaurus Guides
622 B
622 B
id | title | sidebar_label | custom_edit_url | hide_title |
---|---|---|---|---|
index.point | Interface: Point | index.Point | null | true |
Interface: Point
index.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