Begin CBallCamera & more headers

Former-commit-id: 21f597aeb7
This commit is contained in:
2022-09-21 01:18:07 -04:00
parent 57bb02906e
commit 9637b6f796
23 changed files with 981 additions and 140 deletions

View File

@@ -3,6 +3,8 @@
#include "types.h"
#define M_PIF 3.14159265358979323846f
class CMath {
public:
static f32 FastCosR(f32 v);
@@ -14,6 +16,7 @@ public:
template < typename T >
static const T& Clamp(const T& min, const T& val, const T& max);
// ClampRadians__5CMathFf
static f32 SqrtF(f32 v);
};
#endif