import Vec3 from '../maths/vec3/type' export type BoundingBox = [Vec3, Vec3]