Class TdApi.Point

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Point
Enclosing class:
TdApi

public static class TdApi.Point
extends TdApi.Object
A point on a Cartesian plane.
  • Field Details

    • x

      public double x
      The point's first coordinate.
    • y

      public double y
      The point's second coordinate.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
      Constant Field Values
  • Constructor Details

    • Point

      public Point()
      A point on a Cartesian plane.
    • Point

      public Point​(double x, double y)
      A point on a Cartesian plane.
      Parameters:
      x - double The point's first coordinate.
      y - double The point's second coordinate.
    • Point

      public Point​(DataInput input) throws IOException
      Throws:
      IOException
  • Method Details