import type { RawVector3 } from '../vec3/RawVector3'; export type RawSphere3 = [origin: RawVector3, radius: number];