{{+bindTo:partials.standard_nacl_api}}

pp_point.h File Reference

{{- dummy div to appease doxygen -}}
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

 PP_Point
 PP_FloatPoint

Detailed Description

This file defines the API to create a 2 dimensional point.

0,0 is the upper-left starting coordinate.

{{/partials.standard_nacl_api}}