intersection(x, y, ...)# S3 method for Point1D
intersection(x, y, ..., tolerance = sqrt(.Machine$double.eps))
# S3 method for Line2D
intersection(x, y, ..., tolerance = sqrt(.Machine$double.eps))
# S3 method for Plane3D
intersection(x, y, ..., tolerance = sqrt(.Machine$double.eps))
# S3 method for Coord1D
intersection(x, y, ..., tolerance = sqrt(.Machine$double.eps))
# S3 method for Coord2D
intersection(x, y, ..., tolerance = sqrt(.Machine$double.eps))
# S3 method for Coord3D
intersection(x, y, ..., tolerance = sqrt(.Machine$double.eps))