Documentation / @ripl/terminal / Vertex
Interface: Vertex ​
Defined in: terminal/src/algorithms.ts:14
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:16 |
y | number | Y coordinate in raster (pixel) space. | terminal/src/algorithms.ts:18 |