Class IntegerCoord2d

java.lang.Object
org.jzy3d.maths.IntegerCoord2d

public class IntegerCoord2d extends Object
  • Field Details

    • x

      public int x
    • y

      public int y
  • Constructor Details

    • IntegerCoord2d

      public IntegerCoord2d()
    • IntegerCoord2d

      public IntegerCoord2d(int x, int y)
    • IntegerCoord2d

      public IntegerCoord2d(Coord3d c)
  • Method Details