Pepper_47_C_interfaces
Public Attributes | List of all members
PP_Point Struct Reference

#include <pp_point.h>

Collaboration diagram for PP_Point:
Collaboration graph

Public Attributes

int32_t x
 
int32_t y
 

Detailed Description

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

Definition at line 28 of file pp_point.h.

Member Data Documentation

int32_t PP_Point::x

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

Definition at line 33 of file pp_point.h.

Referenced by PP_MakePoint(), and PP_MakeRectFromXYWH().

int32_t PP_Point::y

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

Definition at line 38 of file pp_point.h.

Referenced by PP_MakePoint(), and PP_MakeRectFromXYWH().


The documentation for this struct was generated from the following file: