Returns the point where the line intersects with this plane. If the line does not intersect, then undefined is returned. If the line is on the plane, then the starting point of the line is returned.
undefined
The plane to intersect.
The line to intersect.
An intersecting point on the plane and line.
Returns the point where the line intersects with this plane. If the line does not intersect, then
undefinedis returned. If the line is on the plane, then the starting point of the line is returned.