Include dependency graph for pp_point.h:
Data Structures
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... |
Functions
struct PP_Point | PP_MakePoint (int32_t x, int32_t y) |
struct PP_FloatPoint | PP_MakeFloatPoint (float x, float y) |
Variables
Detailed Description
This file defines the API to create a 2 dimensional point.
0,0 is the upper-left starting coordinate.