import { Vector3Like } from "../../vector/Vector3"; export interface IRay3 { position: Vector3Like; direction: Vector3Like; }