import type { RawVector3 } from '../vec3/RawVector3'; export type RawRay3 = [ro: RawVector3, rd: RawVector3];