export interface IVec4Like { x: number; y: number; z: number; w: number; } //# sourceMappingURL=IVec4Like.d.ts.map