Marc Rousavy 919aa3d82c Revert "Gitignore: Ignore automatically generated TypeDoc API .md"
This reverts commit 4b496c1a27b388d66e31265fac5bee8003629864.
2021-03-03 13:46:07 +01:00

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