Computes the intersection point of the given ray to the given plane. If the ray does not intersect with the plane, then undefined is returned.
ray
plane
undefined
The ray to intersect.
The plane to intersect with.
The intersection point, or undefined if the ray does not intersect.
Computes the intersection point of the given
rayto the givenplane. If the ray does not intersect with the plane, thenundefinedis returned.