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