Skip to content

Commit

Permalink
Fix links to types, see #264
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Dec 18, 2018
1 parent dd7e007 commit d49d476
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/implementation-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ The first three screens are mainly implemented in js/common.
[WavesScreenModel](https://github.com/phetsims/wave-interference/blob/master/js/waves/model/WavesScreenModel.js) is the
main model for these screens.
Each [WavesScreenModel](https://github.com/phetsims/wave-interference/blob/master/js/waves/model/WavesScreenModel.js)
contains 3 [Scene](https://github.com/phetsims/wave-interference/blob/master/js/waves/model/Scene.js) instances, one for
contains 3 [Scene](https://github.com/phetsims/wave-interference/blob/master/js/common/model/Scene.js) instances, one for
each of water, sound and light. Most settings (such as whether the waves are turned on or off) are independent for each
[Scene](https://github.com/phetsims/wave-interference/blob/master/js/waves/model/Scene.js), and each [Scene](https://github.com/phetsims/wave-interference/blob/master/js/waves/model/Scene.js) has its own physical model and [Lattice.js](https://github.com/phetsims/wave-interference/blob/master/js/common/model/Lattice.js).
[Scene](https://github.com/phetsims/wave-interference/blob/master/js/common/model/Scene.js), and each [Scene](https://github.com/phetsims/wave-interference/blob/master/js/common/model/Scene.js) has its own physical model and [Lattice.js](https://github.com/phetsims/wave-interference/blob/master/js/common/model/Lattice.js).
The tools which appear in the toolbox are shared
across each [Scene](https://github.com/phetsims/wave-interference/blob/master/js/waves/model/Scene.js).
across each [Scene](https://github.com/phetsims/wave-interference/blob/master/js/common/model/Scene.js).

There are 3 coordinate frames:
* view coordinates
Expand Down

0 comments on commit d49d476

Please sign in to comment.