Operating systems, development tools, and professional services
for connected embedded systems
for connected embedded systems
![]() |
![]() |
![]() |
![]() |
PhPoint16dot16_t
16.16 fixed point coordinates of a single point
Synopsis:
typedef struct Ph_point_16dot16 {
int32_t x_16dot16, y_16dot16;
} PhPoint16dot16_t;
Description:
The PhPoint16dot16_t structure describes the coordinates of a single point. It contains at least the following members:
- x_16dot16
- X-axis coordinate.
- y_16dot16
- Y-axis coordinate.
Classification:
Photon
See also:
PhArea_t, PhDim_t, PhRect16dot16_t
"Geometry data types" in the Working with Code chapter of the Photon Programmer's Guide
![]() |
![]() |
![]() |
![]() |

![[Previous]](../prev.gif)
![[Contents]](../contents.gif)
![[Index]](../keyword_index.gif)
![[Next]](../next.gif)