map_projected_to_axes Subroutine

public elemental subroutine map_projected_to_axes(map, x_proj, y_proj, x_out, y_out)

Apply an aspect-preserving projection map to one projected point.

Arguments

Type IntentOptional Attributes Name
type(projected_axes_map_t), intent(in) :: map
real(kind=wp), intent(in) :: x_proj
real(kind=wp), intent(in) :: y_proj
real(kind=wp), intent(out) :: x_out
real(kind=wp), intent(out) :: y_out