Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/CadQuery/cadquery
/ multiply
Method
multiply
cadquery/occ_impl/geom.py:366–367 ·
view source on GitHub ↗
(self, other: Vector)
Source
from the content-addressed store, hash-verified
364
365
@overload
366
def
multiply(self, other: Vector) -> Vector:
367
...
368
369
@overload
370
def
multiply(self, other:
"Matrix"
) ->
"Matrix"
:
Callers
1
testMatrixFunctionality
Method · 0.95
Calls
2
Matrix
Class · 0.85
transform
Method · 0.80
Tested by
1
testMatrixFunctionality
Method · 0.76