Changeset 19935
- Timestamp:
- Oct 6, 2008, 3:31:13 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/libohana/src/time.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/libohana/src/time.c
r19823 r19935 455 455 y = sin(angle*RAD_DEG); 456 456 457 result = atan2 (y, x);457 result = DEG_RAD*atan2 (y, x); 458 458 if (result < 0.0) result += 360.0; 459 459 # endif
Note:
See TracChangeset
for help on using the changeset viewer.
