Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
64
def
arc_first(x):
65
66
return
array((x[0] + x[2] * sin(x[3]), x[1] + x[2] * cos(x[3])))
67
68
69
def
arc_last(x):
Callers
2
solve
Method · 0.85
coincident_cost
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected