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

Cursor error with postgresql, pgpool and php -

delphi - ESC/P programming! -

c++ - error: use of deleted function -