Plane to intersect.
Point of intersection.
set to the point's distance along the ray, or T.infinity if parallel to the plane
true if the ray crosses the plane exactly once, or false if the ray is parallel to or points away from the plane
"Geometry for Computer Graphics: Formulae, Examples and Proofs", Vince (2005), p. 62
Ray vs plane intersection.