-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update implementation notes, phetsims/gravity-force-lab-basics#134
- Loading branch information
Showing
1 changed file
with
10 additions
and
4 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 |
---|---|---|
@@ -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. |