Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CadQuery/cadquery
/ arc_first_tangent
Function
arc_first_tangent
cadquery/occ_impl/sketch_solver.py:90–92 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
88
89
90
def
arc_first_tangent(x):
91
92
return
gp_Vec2d(sign(x[4]) * cos(x[3]), -sign(x[4]) * sin(x[3]))
93
94
95
def
arc_last_tangent(x):
Callers
1
angle_cost
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected