transform_corners_to_screen Subroutine

public subroutine transform_corners_to_screen(corners_2d, ctx, x_min, x_max, y_min, y_max, z_min, z_max)

Transform projected corners from data space to screen space

Arguments

Type IntentOptional Attributes Name
real(kind=wp), intent(inout) :: corners_2d(:,:)
class(plot_context), intent(in) :: ctx
real(kind=wp), intent(in) :: x_min
real(kind=wp), intent(in) :: x_max
real(kind=wp), intent(in) :: y_min
real(kind=wp), intent(in) :: y_max
real(kind=wp), intent(in) :: z_min
real(kind=wp), intent(in) :: z_max