evCreate API 5.7 Help

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