ArcsJoiner is an arcs joiner.
| 195 | |
| 196 | // ArcsJoiner is an arcs joiner. |
| 197 | type ArcsJoiner struct { |
| 198 | GapJoiner Joiner |
| 199 | Limit float64 |
| 200 | } |
| 201 | |
| 202 | func closestArcIntersection(c Point, cw bool, pivot, i0, i1 Point) Point { |
| 203 | thetaPivot := pivot.Sub(c).Angle() |
nothing calls this directly
no outgoing calls
no test coverage detected