UtilIntersectRayPlane Method |
Namespace: Demo3D.Common
public static Vector3 IntersectRayPlane( Ray ray, Vector3 P, Vector3 N )
Note however, that if the line is parallel to the plane, some or all of the components of the Vector3 will be PositiveInfinity, NegativeInfinity or NaN.