Set an orthographic projection with the given bounds.
This applies to the current active View.
| Type | Intent | Optional | 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. |