Point_wrt_Plane Function

public function Point_wrt_Plane(plane_normal, plane_point, point) result(PointIs)

Arguments

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

Return Value integer