Package org.jzy3d.plot3d.rendering.view
Class Camera.Ortho
java.lang.Object
org.jzy3d.plot3d.rendering.view.Camera.Ortho
- Enclosing class:
Camera
The configuration used to call glOrtho
-
Field Summary
Modifier and TypeFieldDescriptiondouble
the latest value used to invoke glOrthodouble
the latest value used to invoke glOrthodouble
the latest value used to invoke glOrthodouble
the latest value used to invoke glOrthodouble
the latest value used to invoke glOrthodouble
the latest value used to invoke glOrtho -
Constructor Summary
-
Method Summary
-
Field Details
-
left
public double leftthe latest value used to invoke glOrtho -
right
public double rightthe latest value used to invoke glOrtho -
bottom
public double bottomthe latest value used to invoke glOrtho -
top
public double topthe latest value used to invoke glOrtho -
near
public double nearthe latest value used to invoke glOrtho -
far
public double farthe latest value used to invoke glOrtho
-
-
Constructor Details
-
Ortho
public Ortho()
-
-
Method Details