Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/CadQuery/cadquery
/ cross
Method
cross
cadquery/occ_impl/geom.py:140–141 ·
view source on GitHub ↗
(self, v: "Vector")
Source
from the content-addressed store, hash-verified
138
return
(self.x, self.y, self.z)
139
140
def
cross(self, v:
"Vector"
) ->
"Vector"
:
141
return
Vector(self.wrapped.Crossed(v.wrapped))
142
143
def
dot(self, v:
"Vector"
) -> float:
144
return
self.wrapped.Dot(v.wrapped)
Callers
12
test
Method · 0.80
_computeXdir
Method · 0.80
Rotate
Function · 0.80
normal
Method · 0.80
locationAt
Method · 0.80
fillet
Method · 0.80
locationAt
Method · 0.80
_setPlaneDir
Method · 0.80
testPlaneRotateZNormal
Method · 0.80
testParallelEdgeFilter
Method · 0.80
testNthDistance
Method · 0.80
fJ
Function · 0.80
Calls
1
Vector
Class · 0.85
Tested by
3
testPlaneRotateZNormal
Method · 0.64
testParallelEdgeFilter
Method · 0.64
testNthDistance
Method · 0.64