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

Function Documentation

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

Intersection line with plane

WARNING: This function does not support coplanarity!

Parameters
  • line_in – Input line

  • plane_in – Input plane

  • point_out – Output point

  • tolerance – Tolerance