| 
    Pepper_56_C++_interfaces
    
   Pepper_56_C++_interfaces 
   | 
 
#include <stdint.h>#include "ppapi/c/pp_point.h"Go to the source code of this file.
Classes | |
| class | pp::Point | 
| A 2 dimensional point with 0,0 being the upper-left starting coordinate.  More... | |
| class | pp::FloatPoint | 
Namespaces | |
| pp | |
| The C++ interface to the Pepper API.  | |
Functions | |
| bool | operator== (const pp::Point &lhs, const pp::Point &rhs) | 
| bool | operator!= (const pp::Point &lhs, const pp::Point &rhs) | 
| bool | operator== (const pp::FloatPoint &lhs, const pp::FloatPoint &rhs) | 
| bool | operator!= (const pp::FloatPoint &lhs, const pp::FloatPoint &rhs) | 
This file defines the API to create a 2 dimensional point.
Determines whether two Points have different coordinates.
| [in] | lhs | The Point on the left-hand side of the equation. | 
| [in] | rhs | The Point on the right-hand side of the equation. | 
      
  | 
  inline | 
Determines whether two Points have different coordinates.
| [in] | lhs | The Point on the left-hand side of the equation. | 
| [in] | rhs | The Point on the right-hand side of the equation. | 
Determines whether the x and y values of two Points are equal.
| [in] | lhs | The Point on the left-hand side of the equation. | 
| [in] | rhs | The Point on the right-hand side of the equation. | 
      
  | 
  inline | 
Determines whether the x and y values of two FloatPoints are equal.
| [in] | lhs | The Point on the left-hand side of the equation. | 
| [in] | rhs | The Point on the right-hand side of the equation. |