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

Method dot

cadquery/occ_impl/geom.py:143–144  ·  view source on GitHub ↗
(self, v: "Vector")

Source from the content-addressed store, hash-verified

141 return Vector(self.wrapped.Crossed(v.wrapped))
142
143 def dot(self, v: "Vector") -> float:
144 return self.wrapped.Dot(v.wrapped)
145
146 def sub(self, v: "Vector") -> "Vector":
147 return Vector(self.wrapped.Subtracted(v.wrapped))

Callers 15

projectToLineMethod · 0.95
testDotMethod · 0.95
keyMethod · 0.80
_isCoPlanarMethod · 0.80
RotateFunction · 0.80
axis_costFunction · 0.80
point_in_plane_costFunction · 0.80
point_on_line_costFunction · 0.80
fixed_rotation_costFunction · 0.80
projectToPlaneMethod · 0.80
_eq_iterMethod · 0.80

Calls

no outgoing calls

Tested by 4

testDotMethod · 0.76
test_textFunction · 0.64