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

Function Documentation

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

Intersection plane with segment

WARNING: This function does not support coplanarity!

Parameters
  • plane_in – Input plane

  • segment – Input segment

  • point_out – Output point

  • tolerance – Tolerance