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

Method Edge

s2/edge_vector_shape_test.go:45–45  ·  view source on GitHub ↗
(id int)

Source from the content-addressed store, hash-verified

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) }
48func (e *edgeVectorShape) Chain(chainID int) Chain { return Chain{chainID, 1} }

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected