rayPlane
Computes the intersection of a ray and a plane.
Return
The intersection point or undefined if there is no intersections.
Parameters
ray
The ray.
plane
The plane.
result
The object onto which to store the result.
Computes the intersection of a ray and a plane.
The intersection point or undefined if there is no intersections.
The ray.
The plane.
The object onto which to store the result.