The GlyphPoint class is a point that is used in the definition of glyphs. More...
#include <hps.h>

Public Member Functions | |
| GlyphPoint () | |
| Default constructor. More... | |
| GlyphPoint (sbyte in_x, sbyte in_y) | |
| Construct a new GlyphPoint from an (x, y) pair. More... | |
| bool | Equals (GlyphPoint const &in_that) const |
| This function is used to check an object for equivalence to this. More... | |
| bool | operator== (GlyphPoint const &in_that) const |
| This function is used to check an object for equivalence to this. More... | |
| bool | operator!= (GlyphPoint const &in_that) const |
| This function is used to check an object for equivalence to this. More... | |
Public Attributes | |
| sbyte | x |
| sbyte | y |
The GlyphPoint class is a point that is used in the definition of glyphs.
It is a 2d point with x, y restricted to [-128, 127].
| HPS::GlyphPoint::GlyphPoint | ( | ) |
Default constructor.
Construct a new GlyphPoint from an (x, y) pair.
| in_x | The x location of the point. |
| in_y | The y location of the point. |
|
inline |
This function is used to check an object for equivalence to this.
| in_that | The object to compare to this. |
|
inline |
This function is used to check an object for equivalence to this.
| in_that | The object to compare to this. |
|
inline |
This function is used to check an object for equivalence to this.
| in_that | The object to compare to this. |
| sbyte HPS::GlyphPoint::x |
| sbyte HPS::GlyphPoint::y |