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