Mostly add CPhysicsActor::GetRotateToORAngularMomentumWR

Former-commit-id: fe02b80545
This commit is contained in:
Henrique Gemignani Passos Lima
2022-11-04 12:50:34 +02:00
parent 7f947e6442
commit c109339372
4 changed files with 14 additions and 4 deletions

View File

@@ -76,6 +76,7 @@ double atan2(double y, double x);
_MATH_INLINE float sinf(float x) { return (float)sin((double)x); }
_MATH_INLINE float cosf(float x) { return (float)cos((double)x); }
float tanf(float x);
double acos(double x);
float acosf(float x);
double ldexp(double x, int exp);