FullLoop returns a special "full" loop.
()
| 117 | |
| 118 | // FullLoop returns a special "full" loop. |
| 119 | func FullLoop() *Loop { |
| 120 | return LoopFromPoints([]Point{fullLoopPoint}) |
| 121 | } |
| 122 | |
| 123 | // initOriginAndBound sets the origin containment for the given point and then calls |
| 124 | // the initialization for the bounds objects and the internal index. |
searching dependent graphs…