import { Box3B } from '../math/Box3B'; import { ICamera } from '../../core'; /** * Find distance of camera at which the camera's fov fits the given bounding box dimensions * @param cam * @param box */ export declare function getFittingDistance(cam: ICamera, box: Box3B): number; //# sourceMappingURL=../../src/three/utils/camera.d.ts.map