index
:
physicsforgames
master
Contains the latest files for physicsforgames.com, which is a website that I am currently building to explore the topic of realtime physics in video games.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
2d
/
rigidbody
/
rigidbody_2
/
tinysnippet.cpp
blob: 2f8fbdd928d612943034e8d8aca399088399b633 (
plain
)
1
2
3
4
Vector2 getPerp() { return { y, -x }; }