UNPKG

@valeera/mathx

Version:

A math library written in TS.

8 lines (7 loc) 147 B
export interface IColorXYZJson { x: number; y: number; z: number; } export interface IColorXYZ extends Float32Array, IColorXYZJson { }