Blanket black formatting for Path python files
This commit is contained in:
@@ -806,7 +806,7 @@ def RtoIJ(startpoint, command):
|
||||
perp = chord.cross(Vector(0, 0, 1))
|
||||
|
||||
# use pythagoras to get the perp length
|
||||
plength = math.sqrt(radius ** 2 - (chord.Length / 2) ** 2)
|
||||
plength = math.sqrt(radius**2 - (chord.Length / 2) ** 2)
|
||||
perp.normalize()
|
||||
perp.scale(plength, plength, plength)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user