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

Struct RoundJoiner

path_stroke.go:103–103  ·  view source on GitHub ↗

RoundJoiner is a round joiner.

Source from the content-addressed store, hash-verified

101
102// RoundJoiner is a round joiner.
103type RoundJoiner struct{}
104
105// Join adds a join to a right-hand-side and left-hand-side path, of width 2*halfWidth, around a pivot point with starting and ending normals of n0 and n1, and radius of curvatures of the previous and next segments.
106func (RoundJoiner) Join(rhs, lhs *Path, halfWidth float64, pivot, n0, n1 Point, r0, r1 float64) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected