{{+bindTo:partials.standard_nacl_article}}

PP_Point Struct Reference

Data Fields

int32_t x
int32_t y

Detailed Description

The PP_Point structure defines the integer x and y coordinates of a point.


Field Documentation

int32_t PP_Point::x

This value represents the horizontal coordinate of a point, starting with 0 as the left-most coordinate.

int32_t PP_Point::y

This value represents the vertical coordinate of a point, starting with 0 as the top-most coordinate.


The documentation for this struct was generated from the following file:
{{/partials.standard_nacl_article}}