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

Function Documentation

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

Intersection between point and segment.

Parameters
  • point_in – Input point

  • segment_in – Input segment

  • point_out – Output point

  • tolerance – Tolerance