#include <hps.h>
Public Member Functions | |
| GlyphPoint () | |
| Default constructor. | |
| GlyphPoint (sbyte in_x, sbyte in_y) | |
| bool | Equals (GlyphPoint const &in_that) const |
| bool | operator== (GlyphPoint const &in_that) const |
| bool | operator!= (GlyphPoint const &in_that) const |
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 | ( | sbyte | in_x, |
| sbyte | in_y | ||
| ) |
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. |