Computes the intersection point of a line and a plane.
A point on the plane.
The normal vector of the plane.
The first point of the line.
The second point of the line.
The output array to store the intersection point.
True if the line intersects the plane, false otherwise.
Computes the intersection point of a line and a plane.