We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a8832a commit a300970Copy full SHA for a300970
src/compas_fab/robots/constraints.py
@@ -91,7 +91,7 @@ def from_mesh(cls, mesh):
91
return cls(cls.MESH, mesh)
92
93
def scale(self, scale_factor):
94
- S = Scale([1./scale_factor] * 3)
+ S = Scale([1. / scale_factor] * 3)
95
self.transform(S)
96
97
def transform(self, transformation):
0 commit comments