Point
A point on a Cartesian plane.
This is an alias for the PointUnion
type.
chevron_leftchevron_right
Parameters
Interface
Name | Type | Description |
---|---|---|
_ | "point" | |
x | number | The point's first coordinate |
y | number | The point's second coordinate |
A point on a Cartesian plane.
This is an alias for the PointUnion
type.
Name | Type | Description |
---|---|---|
_ | "point" | |
x | number | The point's first coordinate |
y | number | The point's second coordinate |