Fix source comment typo

This commit is contained in:
luz.paz 2019-05-15 00:45:23 -04:00
parent 778502f859
commit 76f2e29ac8

View File

@ -254,7 +254,7 @@ class _FHPath:
self.ww = [Vector(0,0,0)]
else:
# transform 'obj.ww' according to the 'Base' Placement
# (transation is don't care, we worry about rotation)
# (translation is don't care, we worry about rotation)
self.ww = [obj.Base.Placement.multVec(obj.ww)]
shapes = []
# get node positions in absolute coordinates (at least two nodes exist, checked above)