ofview_setorthographic Subroutine

public subroutine ofview_setorthographic(left, right, bottom, top)

Set an orthographic projection with the given bounds.

This applies to the current active View.

Arguments

Type IntentOptional Attributes Name
real(kind=real64), intent(in) :: left

Left coordinate bound of orthographic projection.

real(kind=real64), intent(in) :: right

Right coordinate bound of orthographic projection.

real(kind=real64), intent(in) :: bottom

Bottom coordinate bound of orthographic projection.

real(kind=real64), intent(in) :: top

Top coordinate bound of orthographic projection.