public static class TdApi.Point extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
double |
x
The point's first coordinate.
|
double |
y
The point's second coordinate.
|
| Constructor and Description |
|---|
Point()
A point on a Cartesian plane.
|
Point(double x,
double y)
A point on a Cartesian plane.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic double x
public double y
public static final int CONSTRUCTOR
public Point()
public Point(double x,
double y)
x - The point's first coordinate.y - The point's second coordinate.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object