MCPcopy
hub / github.com/CadQuery/cadquery / arc_first

Function arc_first

cadquery/occ_impl/sketch_solver.py:64–66  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

62
63
64def arc_first(x):
65
66 return array((x[0] + x[2] * sin(x[3]), x[1] + x[2] * cos(x[3])))
67
68
69def arc_last(x):

Callers 2

solveMethod · 0.85
coincident_costFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected