Skip to content

Commit

Permalink
use Dimension3 in estimation, phetsims/dot#97
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Apr 21, 2024
1 parent 1e0b39e commit d8b5101
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
17 changes: 0 additions & 17 deletions js/common/model/Dimension3.js

This file was deleted.

2 changes: 1 addition & 1 deletion js/explore/model/CubeExplorationMode.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
* @author John Blanco (PhET Interactive Simulations)
*/

import Dimension3 from '../../../../dot/js/Dimension3.js';
import dotRandom from '../../../../dot/js/dotRandom.js';
import Vector2 from '../../../../dot/js/Vector2.js';
import { Color } from '../../../../scenery/js/imports.js';
import EstimationConstants from '../../common/EstimationConstants.js';
import CubeModel from '../../common/model/CubeModel.js';
import Dimension3 from '../../common/model/Dimension3.js';
import estimation from '../../estimation.js';
import AbstractExplorationMode from './AbstractExplorationMode.js';

Expand Down

0 comments on commit d8b5101

Please sign in to comment.