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