MCPcopy Create free account
hub / github.com/cogentcore/core / Line

Method Line

paint/raster/raster.go:33–33  ·  view source on GitHub ↗

Line adds a line segment to the path

(b fixed.Point26_6)

Source from the content-addressed store, hash-verified

31
32 // Line adds a line segment to the path
33 Line(b fixed.Point26_6)
34
35 // QuadBezier adds a quadratic bezier curve to the path
36 QuadBezier(b, c fixed.Point26_6)

Callers 15

LoadFromNodeCommentsMethod · 0.65
LineToMethod · 0.65
GapToCapFunction · 0.65
stroke.goFile · 0.65
StrokeEdgeMethod · 0.65
StopMethod · 0.65
CubeBezierfMethod · 0.65
LineFMethod · 0.65
JoinFMethod · 0.65
BlackWidowMarkMethod · 0.65
AddToMethod · 0.65
LineMethod · 0.65

Implementers 3

Strokerpaint/raster/stroke.go
Fillerpaint/raster/fill.go
Dasherpaint/raster/dash.go

Calls

no outgoing calls

Tested by 2

getOpenCubicPathFunction · 0.52
getPartPathFunction · 0.52