MCPcopy
hub / github.com/gonum/plot / TriangleGlyph

Struct TriangleGlyph

vg/draw/canvas.go:224–224  ·  view source on GitHub ↗

TriangleGlyph is a glyph that draws the outline of a triangle.

Source from the content-addressed store, hash-verified

222
223// TriangleGlyph is a glyph that draws the outline of a triangle.
224type TriangleGlyph struct{}
225
226// DrawGlyph implements the Glyph interface.
227func (TriangleGlyph) DrawGlyph(c *Canvas, sty GlyphStyle, pt vg.Point) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected