Skip to content

Commit c6155b9

Browse files
author
Denzell Barnett
authored
Update implementation-notes.md
#49
1 parent d7c1bdb commit c6155b9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

doc/implementation-notes.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
# Masses and Springs: Basics - implementation notes
22

3-
This simulation is a subset of the Masses and Springs simulation. It includes most of the features from the MAS simulations and uses a boolean flag (`basicsVersion`) to determine what should be implemented in the basics version.
4-
5-
MASB exludes the use of a energy graph and a toolbox on the Stretch and Bounce screens. The Stretch screen also uses a set of springs with discrete damping value applied. Options for adjusting the spring system have been limited to only gravity values on the lab screen.
3+
This simulation is a subset of the Masses and Springs simulation. It includes most of the features from MAS and uses a boolean flag (`basicsVersion`) to determine what should be implemented in the basics version.
64

5+
MASB exludes the use of an energy graph and a toolbox on the Stretch and Bounce screens. The Stretch screen also uses a set of springs with a discrete damping value applied. Options for adjusting the spring system have been limited to only gravity values on the lab screen.
76

87
For details on the implementation of Masses and Springs,
98
see https://github.com/phetsims/masses-and-springs/blob/master/doc/implementation-notes.md.

0 commit comments

Comments
 (0)