java.lang.Object
org.jzy3d.maths.algorithms.convexhull.algorithms.Converter

public class Converter extends Object
Implements windowing transformation. Screen coordinates are transformed to world coordinates and vice versa.
Author:
Teemu Linkosaari
  • Constructor Details

    • Converter

      public Converter(int screen_w, int screen_h, double world_w, double world_h)
  • Method Details

    • to

      public Coord2d to(Coord2d p)
      Screen coordinate to World coordinate.
    • from

      public Coord2d from(Coord2d p)
      World coordinate to Screen coordinate.