MCPcopy
hub / github.com/golang/geo / NumEdges

Method NumEdges

s2/edge_vector_shape_test.go:44–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42 e.edges = append(e.edges, Edge{a, b})
43}
44func (e *edgeVectorShape) NumEdges() int { return len(e.edges) }
45func (e *edgeVectorShape) Edge(id int) Edge { return e.edges[id] }
46func (e *edgeVectorShape) ReferencePoint() ReferencePoint { return OriginReferencePoint(false) }
47func (e *edgeVectorShape) NumChains() int { return len(e.edges) }

Callers 2

TestEdgeVectorShapeEmptyFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected