Name
Last commit
Last update
..
Letters.py Removed old commented out code and converted PolygonExtractor.py to new Point tuple style.
Line.py Removed old commented out code and converted PolygonExtractor.py to new Point tuple style.
Matrix.py Replace Point class with a 3 position tuple and a collection of helper functions.
Model.py Removed old commented out code and converted PolygonExtractor.py to new Point tuple style.
Path.py replaced some few remaining occourences of old Point-class methods
Plane.py Removed old commented out code and converted PolygonExtractor.py to new Point tuple style.
PointKdtree.py Removed old commented out code and converted PolygonExtractor.py to new Point tuple style.
PointUtils.py Replace Point class with a 3 position tuple and a collection of helper functions.
Polygon.py replaced some few remaining occourences of old Point-class methods
PolygonExtractor.py Fixed a small syntax error.
Triangle.py Removed old commented out code and converted PolygonExtractor.py to new Point tuple style.
TriangleKdtree.py Replace Point class with a 3 position tuple and a collection of helper functions.
__init__.py Removed old commented out code and converted PolygonExtractor.py to new Point tuple style.
intersection.py Removed old commented out code and converted PolygonExtractor.py to new Point tuple style.
kdtree.py Rearrange to a more standard python package layout
utils.py No need to wrap call to float in a lambda, ~17% speedup of dropcutter