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