import { TReadonlyVector3 } from '../../ThreeLib'; import { TAbstractIntersectionsWatcherParams } from './TAbstractIntersectionsWatcherParams'; export type TIntersectionsDirectionWatcherParams = TAbstractIntersectionsWatcherParams & Readonly<{ origin: TReadonlyVector3; direction: TReadonlyVector3; }>;