Marc Rousavy 0b7b4d50b5
Automatically build API documentation (#11)
* Automatically build API documentation using Typedoc and Docusaurus
* Move MD and move to MDX for Docusaurus Guides
2021-03-03 12:37:43 +01:00

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