MCPcopy Index your code
hub / github.com/CadQuery/cadquery / __rmul__

Method __rmul__

cadquery/occ_impl/geom.py:168–169  ·  view source on GitHub ↗
(self, scale: float)

Source from the content-addressed store, hash-verified

166 return self.multiply(1.0 / denom)
167
168 def __rmul__(self, scale: float) -> "Vector":
169 return self.multiply(scale)
170
171 def normalized(self) -> "Vector":
172 """Return a normalized version of this vector"""

Callers

nothing calls this directly

Calls 1

multiplyMethod · 0.95

Tested by

no test coverage detected