setup_3d_coordinate_system Subroutine

public subroutine setup_3d_coordinate_system(self, x2d, y2d, orig_x_min, orig_x_max, orig_y_min, orig_y_max)

Setup coordinate system for 3D projection rendering

Arguments

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