-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
7 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,6 +17,9 @@ | |
* compute a shape (for a given block size) such that in 2D it "acts" as the proper 3d shape. This is mainly due to | ||
* the block corners pressing against the inside of the boat's hull. | ||
* | ||
* REVIEW: https://github.com/phetsims/density-buoyancy-common/issues/123 This file is > 800 lines of complicated code | ||
* with many magic numbers. We should make an effort to remove unused parts, and clean up where possible. | ||
* | ||
* @author Jonathan Olson <[email protected]> | ||
*/ | ||
|
||
|
@@ -727,6 +730,7 @@ BoatDesign.ONE_LITER_HULL_VOLUME = BoatDesign.DESIGN_HULL_VOLUME * BoatDesign.ON | |
|
||
/** | ||
* Replaces the main page with a debug view of the bottle, for debugging various curves and properties. | ||
* REVIEW: https://github.com/phetsims/density-buoyancy-common/issues/123 this is unused and also says "bottle" | ||
* | ||
* phet.densityBuoyancyCommon.BoatDesign.getDebugCanvas() | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters