# Point2D

The `Point2D` class contains a 2D coordinate.

## Properties

| Property | Description                                                                                    |
| -------- | ---------------------------------------------------------------------------------------------- |
| `x`      | <p><code>(get) x: number (set) x: number</code></p><p>Specifies the horizontal coordinate.</p> |
| `y`      | <p><code>(get) y: number (set) y: number</code></p><p>Specifies the vertical coordinate.</p>   |

## Methods

This module exposes no methods.
