Function Plane.intersectsLine

Calculate the intersection between this plane and a line If the plane and the line are parallel, false is returned

bool intersectsLine (
  Vector!(float,3) p0,
  Vector!(float,3) p1,
  ref float t
);