logo

Module geo::algorithm::contains[][src]

Expand description

Determine whether Geometry A is completely enclosed by Geometry B.

Traits

Checks if rhs is completely contained within self. More formally, the interior of rhs has non-empty (set-theoretic) intersection but neither the interior, nor the boundary of rhs intersects the exterior of self. In other words, the DE-9IM intersection matrix of (rhs, self) is T*F**F***.