Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: drewnoakes/boing

Tags

1.1.0

Toggle 1.1.0's commit message

Verified

This commit was signed with the committer’s verified signature.
drewnoakes Drew Noakes
Version 1.1.0

1.0.0

Toggle 1.0.0's commit message
Set VersionPrefix to 1.0.0

1.0.0-rc2

Toggle 1.0.0-rc2's commit message
Set VersionPrefix to 1.0.0

1.0.0-rc1

Toggle 1.0.0-rc1's commit message
Support .NET Standard.

0.6.0

Toggle 0.6.0's commit message
Fix double-calculation in ColoumbForce. Turns out as a nice optimisat…

…ion, though requires recalibrating physical constants.

0.5.0

Toggle 0.5.0's commit message
Replace PointMass.Damping with ViscousForce.

0.4.1

Toggle 0.4.1's commit message
Move Spring to the Forces folder.

0.4.0

Toggle 0.4.0's commit message
Use multiplication instead of Math.Pow(_, 2).

0.3.2

Toggle 0.3.2's commit message
Test and fix bug in computation of rectangle corners.

0.3.1

Toggle 0.3.1's commit message
Add unit tests and fix bug in Rectangle2f.TryIntersect.