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

Function arc_last

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

Source from the content-addressed store, hash-verified

67
68
69def arc_last(x):
70
71 return array((x[0] + x[2] * sin(x[3] + x[4]), x[1] + x[2] * cos(x[3] + x[4])))
72
73
74def arc_point(x, val):

Callers 2

solveMethod · 0.85
coincident_costFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected