Copyright | (c) 2016 Martin Buck |
---|---|
License | see LICENSE |
Safe Haskell | None |
Language | Haskell2010 |
Containing functions for PhysicalObjects
- applyPhysics :: IsPhysicalObject a => Millisecond -> a -> a
Documentation
applyPhysics :: IsPhysicalObject a => Millisecond -> a -> a Source #
Applies physics to a physical object. E.g. velocity changing position, acceleration changing velocity ...