Class Camera.Ortho

java.lang.Object
org.jzy3d.plot3d.rendering.view.Camera.Ortho
Enclosing class:
Camera

public static class Camera.Ortho extends Object
The configuration used to call glOrtho
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    double
    the latest value used to invoke glOrtho
    double
    the latest value used to invoke glOrtho
    double
    the latest value used to invoke glOrtho
    double
    the latest value used to invoke glOrtho
    double
    the latest value used to invoke glOrtho
    double
    the latest value used to invoke glOrtho
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    apply(IPainter painter)
    Applies orthogonal projection only if parameters are valid (i.e. not zero)
     
    void
    update(double left, double right, double bottom, double top, double near, double far)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • left

      public double left
      the latest value used to invoke glOrtho
    • bottom

      public double bottom
      the latest value used to invoke glOrtho
    • top

      public double top
      the latest value used to invoke glOrtho
    • near

      public double near
      the latest value used to invoke glOrtho
    • far

      public double far
      the latest value used to invoke glOrtho
  • Constructor Details

    • Ortho

      public Ortho()
  • Method Details

    • update

      public void update(double left, double right, double bottom, double top, double near, double far)
    • apply

      public void apply(IPainter painter)
      Applies orthogonal projection only if parameters are valid (i.e. not zero)
    • toString

      public String toString()
      Overrides:
      toString in class Object