.. index:: pair: struct; P1::ImageSdk::Point .. _doxid-struct_p1_1_1_image_sdk_1_1_point: struct P1::ImageSdk::Point ========================== .. toctree:: :hidden: Overview ~~~~~~~~ A point on any 2D Cartesian coordinate system defined by its x and y axis values. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct Point { // fields int32_t :ref:`x`; int32_t :ref:`y`; // methods std::string :target:`ToString`() const; }; // direct descendants struct :ref:`Rect`; .. _details-struct_p1_1_1_image_sdk_1_1_point: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ A point on any 2D Cartesian coordinate system defined by its x and y axis values. Fields ------ .. index:: pair: variable; x .. _doxid-struct_p1_1_1_image_sdk_1_1_point_1ad1d7e96ccd4471e9ced51e1ee8b603f3: .. ref-code-block:: cpp :class: doxyrest-title-code-block int32_t x The horizontal distance from the origin of that coordinate system. .. index:: pair: variable; y .. _doxid-struct_p1_1_1_image_sdk_1_1_point_1ae3e2b45de9399123d1aa7c635165a45e: .. ref-code-block:: cpp :class: doxyrest-title-code-block int32_t y The vertical distance from the origin of that coordinate system.