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

@@ -281,7 +281,8 @@ inline SelectionTestable* Instance_getSelectionTestable( scene::Instance& instan
}
class Plane3;
template<typename T> class Plane3___;
typedef Plane3___<double> Plane3;
typedef Callback1<const Plane3&> PlaneCallback;
class SelectedPlanes