UNPKG

@valeera/mathx

Version:

A math library written in TS.

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