clamp camera + pi

This commit is contained in:
2023-06-06 17:15:44 +02:00
parent e984ed9085
commit c95c8b7fde
3 changed files with 7 additions and 4 deletions

View File

@@ -4,6 +4,8 @@
namespace td {
static constexpr float PI = 3.14159265358979323846264338327950288f;
template<typename T>
struct Vec2 {
union {