line2_from_two_point2 Subroutine

public subroutine line2_from_two_point2(line, two_points)

Arguments

Type IntentOptional AttributesName
class(line2), intent(out) :: line
class(point2), intent(in), dimension(2), target:: two_points

Contents

None