Class TdApi.Point

  • Enclosing class:
    TdApi

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

      • x

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

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

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • Point

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

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