draw_filled_quad Subroutine

public subroutine draw_filled_quad(backend, x_screen, y_screen)

Draw a filled quadrilateral

Arguments

Type IntentOptional Attributes Name
class(plot_context), intent(inout) :: backend
real(kind=wp), intent(in) :: x_screen(4)
real(kind=wp), intent(in) :: y_screen(4)