RoundJoiner is a round joiner.
| 101 | |
| 102 | // RoundJoiner is a round joiner. |
| 103 | type 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. |
| 106 | func (RoundJoiner) Join(rhs, lhs *Path, halfWidth float64, pivot, n0, n1 Point, r0, r1 float64) { |
nothing calls this directly
no outgoing calls
no test coverage detected