restore_original_coordinate_system Subroutine

public subroutine restore_original_coordinate_system(self, orig_x_min, orig_x_max, orig_y_min, orig_y_max)

Restore original coordinate system after 3D rendering

Arguments

Type IntentOptional Attributes Name
class(figure_t), intent(inout) :: self
real(kind=wp), intent(in) :: orig_x_min
real(kind=wp), intent(in) :: orig_x_max
real(kind=wp), intent(in) :: orig_y_min
real(kind=wp), intent(in) :: orig_y_max