Skip to content

Instantly share code, notes, and snippets.

@AbhiAgarwal
Last active August 29, 2015 13:58
Show Gist options
  • Save AbhiAgarwal/9996630 to your computer and use it in GitHub Desktop.
Save AbhiAgarwal/9996630 to your computer and use it in GitHub Desktop.
<script src="http://www.physjs.com/js/phys.min.js"></script>
<script>
console.log(phys.basic.changein(2, 3));
console.log(phys.mechanics.momentum(2, 3));
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment