rewrite q3map2 math in c++

This commit is contained in:
Garux
2021-02-25 19:41:43 +03:00
parent 820dd5e21f
commit 4ce944444d
55 changed files with 3630 additions and 4643 deletions

View File

@@ -26,7 +26,8 @@
template<typename Element> class BasicVector3;
typedef BasicVector3<float> Vector3;
class Plane3;
template<typename T> class Plane3___;
typedef Plane3___<double> Plane3;
class Matrix4;
class AABB;
class Segment;