MCPcopy Create free account
hub / github.com/gonum/plot / back

Method back

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

back returns the last point in the contour

()

Source from the content-addressed store, hash-verified

430
431// back returns the last point in the contour
432func (c *contour) back() point { return c.forward[len(c.forward)-1] }
433
434// extend adds the line l to the contour, updating the ends map. It returns
435// a boolean indicating whether the extension was successful.

Callers 2

extendMethod · 0.95
connectMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected