Computes the intersection of a Ray3 with this plane.
@param ray The Ray3 to intersect with this plane.
@return The ray parameter at which the ray intersects the plane (i.e.,ray.pointAt(this.intersect(ray)) is a point on this plane.
@see Ray3#pointAt(double)
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.