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

Function Documentation

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

Intersection between point and ray.

Parameters
  • point_in – Input point

  • ray_in – Input ray

  • point_out – Output point

  • tolerance – Tolerance