IntersectsCell reports whether the region intersects the given cell or if intersection could not be determined. It returns false if the region does not intersect.
(c Cell)
| 35 | // if intersection could not be determined. It returns false if the region |
| 36 | // does not intersect. |
| 37 | IntersectsCell(c Cell) bool |
| 38 | |
| 39 | // ContainsPoint reports whether the region contains the given point or not. |
| 40 | // The point should be unit length, although some implementations may relax |
no outgoing calls