{{+bindTo:partials.standard_nacl_api}}
class | pp::Point |
A 2 dimensional point with 0,0 being the upper-left starting coordinate. More... | |
class | pp::FloatPoint |
A 2 dimensional floating-point point with 0,0 being the upper-left starting coordinate. More... |
namespace | pp |
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. |
bool operator!= | ( | const pp::FloatPoint & | lhs, |
const pp::FloatPoint & | rhs | ||
) | [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. |
bool operator== | ( | const pp::FloatPoint & | lhs, |
const pp::FloatPoint & | rhs | ||
) | [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. |