Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
69
def
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
74
def
arc_point(x, val):
Callers
2
solve
Method · 0.85
coincident_cost
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected