lucaspevidor / InteractiveCanvas

A training project for interacting with an environment through HTML canvas
GNU General Public License v3.0
1 stars 0 forks source link

Feature/implement rigidbody1d class #17

Closed lucaspevidor closed 1 year ago

lucaspevidor commented 1 year ago

RigidBody1D class has been implemented. All features from the RigidBody2D class were transfered to this one, and adapted to work in 1 dimention.

Unit tests were also developed, and documentation updated. Closes #6.