#include <hps.h>
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].
◆ GlyphPoint()
HPS::GlyphPoint::GlyphPoint |
( |
sbyte |
in_x, |
|
|
sbyte |
in_y |
|
) |
| |
Construct a new GlyphPoint from an (x, y) pair.
- Parameters
-
in_x | The x location of the point. |
in_y | The y location of the point. |
◆ Equals()
bool HPS::GlyphPoint::Equals |
( |
GlyphPoint const & |
in_that | ) |
const |
|
inline |
This function is used to check an object for equivalence to this.
- Parameters
-
in_that | The object to compare to this. |
- Returns
- true if the objects are equivalent, false otherwise.
◆ operator!=()
bool HPS::GlyphPoint::operator!= |
( |
GlyphPoint const & |
in_that | ) |
const |
|
inline |
This function is used to check an object for equivalence to this.
- Parameters
-
in_that | The object to compare to this. |
- Returns
- true if the objects are not equivalent, false otherwise.
◆ operator==()
bool HPS::GlyphPoint::operator== |
( |
GlyphPoint const & |
in_that | ) |
const |
|
inline |
This function is used to check an object for equivalence to this.
- Parameters
-
in_that | The object to compare to this. |
- Returns
- true if the objects are equivalent, false otherwise.
The documentation for this class was generated from the following file: