worked on 3D walls

This commit is contained in:
k-a-z-u
2018-07-24 18:08:08 +02:00
parent 3d79fd5af0
commit f7e4323d58
11 changed files with 261 additions and 49 deletions

View File

@@ -59,6 +59,7 @@ template <typename Scalar> struct _Point3 {
Point2 xy() const {return Point2(x,y);}
Point2 xz() const {return Point2(x,z);}
_Point3 rotX(const Scalar r) const {