Matched m449Dll
This commit is contained in:
parent
de74939495
commit
9a079616c9
4 changed files with 2272 additions and 176 deletions
|
|
@ -29,6 +29,7 @@ typedef struct vec2f {
|
|||
|
||||
#define sind(x) sin(M_PI*(x)/180.0)
|
||||
#define cosd(x) cos(M_PI*(x)/180.0)
|
||||
#define asind(x) (180.0*(asinf((x)) / M_PI))
|
||||
#define atan2d(y, x) (180.0*(atan2((y), (x)) / M_PI))
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue