Matrix2d and Matrix3d generalized for integer coordinates, added transformation methods for polygons, regions, boxes, edges, etc. Fill enhancements basically implemented. Needs testing.

This commit is contained in:
Matthias Koefferlein
2021-03-05 15:31:40 +01:00
parent beefaf40f5
commit dbeee1531e
19 changed files with 1391 additions and 527 deletions
@@ -43,7 +43,8 @@
namespace db
{
class Matrix3d;
template <class C> class matrix_3d;
typedef matrix_3d<db::DCoord> Matrix3d;
/**
* @brief Generic base class of DXF reader exceptions