import * as THREE from 'three'; export default class CameraZoomClass { minZoom: 0; maxZoom: 0; width: 0; height: 0; center: THREE.Vector2; zoom: 0; angle: 0; fov: 0.6435011087932844; pitch: 0; posMatrixCache: {}; alignedPosMatrixCache: {}; centerAltitude: 0; cameraElevationReference: 'ground'; horizonShift: 0.1; constructor(); }