Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-01 | Clarify `Geometry.offset_polygon_2d` regarding vertices translation | Andrii Doroshenko (Xrayez) | |
The method is used to either inflate or deflate a polygon. For translating/transforming a polygon, use `Transform2D.xform`. | |||
2020-05-27 | Split `Geometry` singleton into `Geometry2D` and `Geometry3D` | Andrii Doroshenko (Xrayez) | |
Extra `_2d` suffixes are removed from 2D methods accoringly. |