EvCoord2D Type Alias
EvCoord2D is a TS type alias for an array of two numbers that define X and Y coordinates in 2D space: [x, y].
type EvCoord2D: number[x, y];
23 April 2025
EvCoord2D is a TS type alias for an array of two numbers that define X and Y coordinates in 2D space: [x, y].