#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>
|
| double | x_ |
| | The point's first coordinate.
|
| |
| double | y_ |
| | The point's second coordinate.
|
| |
|
| static const std::int32_t | ID = 437515705 |
| | Identifier uniquely determining a type of the object.
|
| |
A point on a Cartesian plane.
Definition at line 52043 of file td_api.h.
◆ point() [1/2]
| td::td_api::point::point |
( |
| ) |
|
A point on a Cartesian plane.
◆ point() [2/2]
| td::td_api::point::point |
( |
double |
x_, |
|
|
double |
y_ |
|
) |
| |
A point on a Cartesian plane.
- Parameters
-
| [in] | x_ | The point's first coordinate. |
| [in] | y_ | The point's second coordinate. |
◆ store()
| void td::td_api::point::store |
( |
TlStorerToString & |
s, |
|
|
const char * |
field_name |
|
) |
| const |
|
finalvirtual |
Helper function for to_string method. Appends string representation of the object to the storer.
- Parameters
-
| [in] | s | Storer to which object string representation will be appended. |
| [in] | field_name | Object field_name if applicable. |
Implements td::TlObject.
◆ ID
| const std::int32_t td::td_api::point::ID = 437515705 |
|
static |
Identifier uniquely determining a type of the object.
Definition at line 52072 of file td_api.h.
◆ x_
| double td::td_api::point::x_ |
The point's first coordinate.
Definition at line 52054 of file td_api.h.
◆ y_
| double td::td_api::point::y_ |
The point's second coordinate.
Definition at line 52056 of file td_api.h.
The documentation for this class was generated from the following file:
- /home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h