MCPcopy Index your code
hub / github.com/gonum/plot / front

Method front

plotter/contour.go:429–429  ·  view source on GitHub ↗

front returns the first point in the contour.

()

Source from the content-addressed store, hash-verified

427
428// front returns the first point in the contour.
429func (c *contour) front() point { return c.backward[len(c.backward)-1] }
430
431// back returns the last point in the contour
432func (c *contour) back() point { return c.forward[len(c.forward)-1] }

Callers 3

pathMethod · 0.95
extendMethod · 0.95
connectMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected