18 Commits

Author SHA1 Message Date
Hans Muller
7c8bf7e05e Merge pull request #3 from HansMuller/add-bounded-friction-simulation
Added BoundedFrictionSimulation
2015-07-27 09:11:25 -07:00
Hans Muller
ea1a8ee3c2 added BoundedFrictionSimulation 2015-07-27 09:07:06 -07:00
Hans Muller
66f064eabf spring can be null drag must not be 2015-07-24 15:51:33 -07:00
Hans Muller
6c639ee389 optional spring description 2015-07-24 15:15:19 -07:00
Chinmay Garde
1ad857b53b Allow explicitly setting tolerances on simulations 2015-07-14 16:00:00 -07:00
Adam Barth
1f1cd6c279 Increase the simulation epsilon
We don't need to compute simulations out to that many decimal places because
we're working in pixels.

R=chinmaygarde@google.com
2015-07-10 16:34:13 -07:00
Chinmay Garde
be7e02851a Add test to verify that composite scroll simulation ends correctly
even if the spring was never initialized.
2015-07-10 16:07:59 -07:00
Chinmay Garde
1633ac7f12 Use the more concise syntax for initialization of variables in the constructor 2015-07-08 18:15:18 -07:00
Chinmay Garde
7b77043eba Newton: Address initial code review concerns 2015-07-08 17:56:14 -07:00
Chinmay Garde
be5e52bc7c Add build status and coverage badges 2015-07-06 14:31:21 -07:00
Chinmay Garde
fc098d8c65 Rename concrete simulation subclasses 2015-07-06 14:11:41 -07:00
Chinmay Garde
9932e9f03a Test kinetic scrolling group simulation 2015-07-06 14:03:10 -07:00
Chinmay Garde
c3aaf8aa33 Test individial spring types 2015-07-06 13:30:53 -07:00
Chinmay Garde
ab7a6dd6c2 Add accessors for spring type 2015-07-06 12:48:52 -07:00
Chinmay Garde
bcf1f8d05e Test gravity 2015-07-06 12:33:21 -07:00
Chinmay Garde
30965c0984 Test Friction simulation 2015-07-06 12:19:37 -07:00
Chinmay Garde
8c91b9b7c7 Implement simulation groups for kinetic scrolling 2015-07-06 10:57:26 -07:00
Chinmay Garde
5a439792f1 Non composite simulations: Friction, gravity, spring 2015-07-01 18:07:25 -07:00