EdgePlaneIntersection Function

public function EdgePlaneIntersection(plane_normal, plane_point, PointA, PointB) result(Point_inters)

Arguments

Type IntentOptional Attributes Name
real(kind=RP), intent(in) :: plane_normal(:)
real(kind=RP), intent(in) :: plane_point(:)
real(kind=RP), intent(in) :: PointA(:)
real(kind=RP), intent(in) :: PointB(:)

Return Value real(kind=RP), (NDIM)