import Line3 from './type' import Vec3 from '../vec3/type' export default fromPointAndDirection declare function fromPointAndDirection(out: Line3, point: Vec3, direction: Vec3): Line3