{{+bindTo:partials.standard_nacl_api}}
struct | PP_Point |
The PP_Point structure defines the integer x and y coordinates of a point. More... | |
struct | PP_FloatPoint |
The PP_FloatPoint structure defines the floating-point x and y coordinates of a point. More... |
struct PP_Point | PP_MakePoint (int32_t x, int32_t y) |
struct PP_FloatPoint | PP_MakeFloatPoint (float x, float y) |
PP_Point | |
PP_FloatPoint |
This file defines the API to create a 2 dimensional point.
0,0 is the upper-left starting coordinate.