3 | | A Intersects B... if any element A intersects any element of B, A intersects B |
4 | | A Contains B... if all elements of B are contained by at least one element of A, and are disjoint from all other elenents of A, then A contains B |
5 | | A Touches B... if all elements of A touch an element of B, and are disjoint from all other elements of B, then A touches B |
| 3 | * A Intersects B... if any element A intersects any element of B, A intersects B |
| 4 | * A Contains B... if all elements of B are contained by at least one element of A, and are disjoint from all other elenents of A, then A contains B |
| 5 | * A Touches B... if all elements of A touch an element of B, and are disjoint from all other elements of B, then A touches B |