Skip to content

Commit

Permalink
update implementation notes, phetsims/gravity-force-lab-basics#134
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Jun 5, 2019
1 parent 0b9db80 commit edf0c80
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions doc/implementation-notes.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
This sim is the translation from existing java simulation. Initial development on the simulation is done by MLL.

In the further development of this Sim feature of constant radius is added and color of the mass is changed to show how
density will vary and fow low mass it looks almost airy.
In the further development of this sim feature of constant radius is added and color of the mass is changed to show how
density will vary and for low mass it looks almost airy.

The mass out here varies from 1 KG to 1000KG and model deals with all the distances in meter. The center in the model
co-ordiantes is between the masses
The mass varies from 1 KG to 1000KG and model deals with all the distances in meter. The center in the model
coordinates is between the masses.


## Disposal

There are no dynamic pieces to this simulation, and as a result nothing is disposed.
As a result no listeners need to be unlinked or removed.

0 comments on commit edf0c80

Please sign in to comment.