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

Function DrawRing

plot/plots/shapes.go:62–65  ·  view source on GitHub ↗
(pc *paint.Context, pos math32.Vector2, size float32)

Source from the content-addressed store, hash-verified

60}
61
62func DrawRing(pc *paint.Context, pos math32.Vector2, size float32) {
63 pc.DrawCircle(pos.X, pos.Y, size)
64 pc.Stroke()
65}
66
67func DrawCircle(pc *paint.Context, pos math32.Vector2, size float32) {
68 pc.DrawCircle(pos.X, pos.Y, size)

Callers 1

DrawShapeFunction · 0.85

Calls 2

DrawCircleMethod · 0.80
StrokeMethod · 0.80

Tested by

no test coverage detected