export interface IVec4 { x: number; y: number; z: number; w: number; }