mirror of
https://github.com/KLayout/klayout.git
synced 2026-09-07 19:51:32 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user