Description: Find the intersection of space, line and plane
the line L is known to be over M (M1, M2, m3), and the direction vector is VL (V1, V2, V3),The plane P passes over the point n (N1, N2, N3), and the normal direction vector is VP (VP1, VP2, VP3), and the intersection of the line and plane is obtained. The coordinates of O (x, y, z) are obtained.
To Search:
File list (Check if you may need any files):
求空间直线与平面的交点.txt
Intersection.exe
Intersection.f90