MCPcopy
hub / github.com/tdewolff/canvas / ArcsJoiner

Struct ArcsJoiner

path_stroke.go:197–200  ·  view source on GitHub ↗

ArcsJoiner is an arcs joiner.

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected