Function acme::Intersection(point const&, line const&, point&, real)

Function Documentation

bool acme::Intersection(point const &point_in, line const &line_in, point &point_out = DUMMY_POINT, real tolerance = EPSILON)

Intersection between point and line.

Parameters
  • point_in – Input point

  • line_in – Input line

  • point_out – Output point

  • tolerance – Tolerance