Commit 8bf7ca07 authored by sumpfralle's avatar sumpfralle

TODO was fixed before


git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@670 bbaffbd6-741e-11dd-a85d-61de82d9cad9
parent 335bb36f
......@@ -50,7 +50,6 @@ class Triangle(TransformableContainer):
self.reset_cache()
def reset_cache(self):
# TODO: check if we need to rebuild the edges and the normal
self.minx = min(self.p1.x, self.p2.x, self.p3.x)
self.miny = min(self.p1.y, self.p2.y, self.p3.y)
self.minz = min(self.p1.z, self.p2.z, self.p3.z)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment