transform_quad_to_screen Subroutine

public subroutine transform_quad_to_screen(self, x_quad, y_quad, x_screen, y_screen)

Transform quad coordinates to screen coordinates

Arguments

Type IntentOptional Attributes Name
class(figure_t), intent(in) :: self
real(kind=wp), intent(in) :: x_quad(4)
real(kind=wp), intent(in) :: y_quad(4)
real(kind=wp), intent(out) :: x_screen(4)
real(kind=wp), intent(out) :: y_screen(4)