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

Method ReferencePoint

s2/loop.go:477–479  ·  view source on GitHub ↗

ReferencePoint returns the reference point for this loop.

()

Source from the content-addressed store, hash-verified

475
476// ReferencePoint returns the reference point for this loop.
477func (l *Loop) ReferencePoint() ReferencePoint {
478 return OriginReferencePoint(l.originInside)
479}
480
481// NumEdges returns the number of edges in this shape.
482func (l *Loop) NumEdges() int {

Callers

nothing calls this directly

Calls 1

OriginReferencePointFunction · 0.85

Tested by

no test coverage detected