touches method

bool touches(
  1. Geometry g
)

Implementation

bool touches(Geometry g) {
  return GeomRelate.touches(this, g);
}