Ejemplo n.º 1
0
        public BuildingCollisionDetector(
            BuildingAreaGetter buildingAreaGetter,
            MapLayerMatrixManager mapLayerMatrixManager,
            MapLayerMatrix mapLayerMatrixBuildings
            )
        {
            _buildingAreaGetter = buildingAreaGetter;

            _mapLayerMatrixManager   = mapLayerMatrixManager;
            _mapLayerMatrixBuildings = mapLayerMatrixBuildings;
        }
Ejemplo n.º 2
0
        public BuildingMapMatrixUpdater(
            BuildingAreaGetter buildingAreaGetter,
            MapLayerMatrixManager mapLayerMatrixManager,
            MapLayerMatrix mapLayerMatrixBuildings
            )
        {
            _buildingAreaGetter = buildingAreaGetter;

            _mapLayerMatrixManager   = mapLayerMatrixManager;
            _mapLayerMatrixBuildings = mapLayerMatrixBuildings;
        }