Add some debug and util routines.

This commit is contained in:
wandererfan
2018-03-28 19:03:06 -04:00
committed by wmayer
parent 00f36d78e4
commit 5ccb7e7d37
5 changed files with 62 additions and 1 deletions

View File

@@ -192,7 +192,10 @@ class TechDrawExport Generic: public BaseGeom
Generic();
~Generic() = default;
std::vector<Base::Vector2d> points;
Base::Vector2d asVector(void);
double slope(void);
Base::Vector2d apparentInter(Generic* g);
std::vector<Base::Vector2d> points;
};