Searched refs:Mapper3D (Results 1 – 2 of 2) sorted by relevance
31 class Mapper3D { class46 private cameraRotationFactor = Mapper3D.CAMERA_ROTATION_FACTOR_INIT;47 private zSpacingFactor = Mapper3D.Z_SPACING_FACTOR_INIT;48 private zoomFactor = Mapper3D.ZOOM_FACTOR_INIT;79 this.zoomFactor += Mapper3D.ZOOM_FACTOR_STEP * ratio;80 this.zoomFactor = Math.min(this.zoomFactor, Mapper3D.ZOOM_FACTOR_MAX);84 this.zoomFactor -= Mapper3D.ZOOM_FACTOR_STEP * ratio;85 this.zoomFactor = Math.max(this.zoomFactor, Mapper3D.ZOOM_FACTOR_MIN);94 this.cameraRotationFactor = Mapper3D.CAMERA_ROTATION_FACTOR_INIT;95 this.zSpacingFactor = Mapper3D.Z_SPACING_FACTOR_INIT;[all …]
48 import {Mapper3D} from './mapper3d';310 private mapper3d: Mapper3D;327 this.mapper3d = new Mapper3D();