#include <FTPoint.h>
Definition at line 13 of file FTPoint.h.
Public Member Functions | |
FTPoint () | |
Default constructor. | |
FTPoint (const FTGL_DOUBLE x, const FTGL_DOUBLE y, const FTGL_DOUBLE z) | |
Constructor. | |
FTPoint (const FT_Vector &ft_vector) | |
Constructor. | |
FTPoint & | operator+= (const FTPoint &point) |
Operator += In Place Addition. | |
FTPoint | operator+ (const FTPoint &point) |
Operator +. | |
FTPoint | operator * (double multiplier) |
Operator *. | |
operator FTGL_DOUBLE * () | |
Cast to FTGL_DOUBLE*. | |
void | X (FTGL_DOUBLE x) |
Setters. | |
void | Y (FTGL_DOUBLE y) |
void | Z (FTGL_DOUBLE z) |
FTGL_DOUBLE | X () const |
Getters. | |
FTGL_DOUBLE | Y () const |
FTGL_DOUBLE | Z () const |
Friends | |
FTPoint | operator * (double multiplier, FTPoint &point) |
Operator *. | |
bool | operator== (const FTPoint &a, const FTPoint &b) |
Operator == Tests for eqaulity. | |
bool | operator!= (const FTPoint &a, const FTPoint &b) |
Operator != Tests for non equality. |
|
Default constructor. Point is set to zero. |
|
Constructor.
Definition at line 33 of file FTPoint.h. References FTGL_DOUBLE. |
|
Constructor. This converts an FT_Vector to an FT_Point
|
|
Operator *.
Definition at line 90 of file FTPoint.h. References values. |
|
Cast to FTGL_DOUBLE*.
|
|
Operator +.
Definition at line 73 of file FTPoint.h. References values. |
|
Operator += In Place Addition.
Definition at line 58 of file FTPoint.h. References values. |
|
Getters.
Definition at line 150 of file FTPoint.h. References FTGL_DOUBLE. |
|
Setters.
Definition at line 142 of file FTPoint.h. References FTGL_DOUBLE. Referenced by FTGlyphContainer::Advance(), FTContour::FTContour(), FTExtrdGlyph::FTExtrdGlyph(), FTOutlineGlyph::FTOutlineGlyph(), FTPixmapGlyph::FTPixmapGlyph(), FTPolyGlyph::FTPolyGlyph(), FTTextureGlyph::FTTextureGlyph(), FTBBox::Move(), FTTextureGlyph::Render(), FTPolyGlyph::Render(), FTPixmapGlyph::Render(), FTOutlineGlyph::Render(), FTFont::Render(), FTExtrdGlyph::Render(), and FTBitmapGlyph::Render(). |
|
Definition at line 151 of file FTPoint.h. References FTGL_DOUBLE. |
|
|
Definition at line 152 of file FTPoint.h. References FTGL_DOUBLE. |
|
Definition at line 144 of file FTPoint.h. References FTGL_DOUBLE. Referenced by FTBBox::Move(). |
|
Operator *.
Definition at line 15 of file FTPoint.cpp. |
|
Operator != Tests for non equality.
Definition at line 9 of file FTPoint.cpp. |
|
Operator == Tests for eqaulity.
Definition at line 4 of file FTPoint.cpp. |