Documentation / @ripl/terminal / Vertex
Interface: Vertex
Defined in: terminal/src/algorithms.ts:5
A 2D point in raster (pixel) space.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
x | number | X coordinate in raster (pixel) space. | terminal/src/algorithms.ts:7 |
y | number | Y coordinate in raster (pixel) space. | terminal/src/algorithms.ts:9 |