point2_from_polar_r64 Function

public function point2_from_polar_r64(rho, theta) result(point)

Arguments

Type IntentOptional AttributesName
real(kind=real64), intent(in) :: rho
real(kind=real64), intent(in) :: theta

Return Value type(point2)


Contents

None