jbox2d - Which direction is zero (0) in Box2D? -


which direction considered 0 degrees in box2d? north, south, east, west? , angles increase clockwise, or counter-clockwise?

i've read through manual , doesn't seem mention anywhere.

box2d uses radians... 0 correspond "east".

http://en.wikipedia.org/wiki/radian

enter image description here


Comments

Popular posts from this blog

haskell - Using filter on an item in a list? -

tomcat6 - Exception when stopping container for a with Spring + Quartz + Tomcat web application -

c# - Binding attached property to IEnumerable -