#include <FTPoint.h>
Definition at line 13 of file FTPoint.h.
FTPoint::FTPoint | ( | ) | [inline] |
FTPoint::FTPoint | ( | const FTGL_DOUBLE | x, | |
const FTGL_DOUBLE | y, | |||
const FTGL_DOUBLE | z | |||
) | [inline] |
FTPoint::FTPoint | ( | const FT_Vector & | ft_vector | ) | [inline] |
Constructor. This converts an FT_Vector to an FT_Point
ft_vector | A freetype vector |
Definition at line 45 of file FTPoint.h.
References FT_Vector_::x, and FT_Vector_::y.
FTPoint::FTPoint | ( | ) | [inline] |
FTPoint::FTPoint | ( | const FTGL_DOUBLE | x, | |
const FTGL_DOUBLE | y, | |||
const FTGL_DOUBLE | z | |||
) | [inline] |
FTPoint::FTPoint | ( | const FT_Vector & | ft_vector | ) | [inline] |
Constructor. This converts an FT_Vector to an FT_Point
ft_vector | A freetype vector |
Definition at line 45 of file FTPoint.h.
References FT_Vector_::x, and FT_Vector_::y.
FTPoint::operator const FTGL_DOUBLE * | ( | ) | const [inline] |
void FTPoint::X | ( | FTGL_DOUBLE | x | ) | [inline] |
Setters
Definition at line 142 of file FTPoint.h.
Referenced by FTGlyphContainer::Advance(), FTContour::FTContour(), FTPixmapGlyph::FTPixmapGlyph(), FTTextureGlyph::FTTextureGlyph(), FTFont::Render(), FTPolyGlyph::Render(), FTExtrdGlyph::Render(), FTTextureGlyph::Render(), FTOutlineGlyph::Render(), FTBitmapGlyph::Render(), and FTPixmapGlyph::Render().
void FTPoint::Y | ( | FTGL_DOUBLE | y | ) | [inline] |
Definition at line 143 of file FTPoint.h.
Referenced by FTContour::FTContour(), FTPixmapGlyph::FTPixmapGlyph(), FTTextureGlyph::FTTextureGlyph(), FTFont::Render(), FTPolyGlyph::Render(), FTExtrdGlyph::Render(), FTTextureGlyph::Render(), FTOutlineGlyph::Render(), FTBitmapGlyph::Render(), and FTPixmapGlyph::Render().
void FTPoint::Z | ( | FTGL_DOUBLE | z | ) | [inline] |
FTGL_DOUBLE FTPoint::X | ( | ) | const [inline] |
FTGL_DOUBLE FTPoint::Y | ( | ) | const [inline] |
FTGL_DOUBLE FTPoint::Z | ( | ) | const [inline] |
FTPoint::operator const FTGL_DOUBLE * | ( | ) | const [inline] |
void FTPoint::X | ( | FTGL_DOUBLE | x | ) | [inline] |
void FTPoint::Y | ( | FTGL_DOUBLE | y | ) | [inline] |
void FTPoint::Z | ( | FTGL_DOUBLE | z | ) | [inline] |
FTGL_DOUBLE FTPoint::X | ( | ) | const [inline] |
FTGL_DOUBLE FTPoint::Y | ( | ) | const [inline] |
FTGL_DOUBLE FTPoint::Z | ( | ) | const [inline] |
Operator *
point | ||
multiplier |
multiplier
multiplied by point
. Definition at line 15 of file FTPoint.cxx.
Operator == Tests for eqaulity
a | ||
b |
Definition at line 4 of file FTPoint.cxx.
Operator != Tests for non equality
a | ||
b |
Definition at line 9 of file FTPoint.cxx.
Operator *
point | ||
multiplier |
multiplier
multiplied by point
. Definition at line 15 of file FTPoint.cxx.
Operator == Tests for eqaulity
a | ||
b |
Definition at line 4 of file FTPoint.cxx.
Operator != Tests for non equality
a | ||
b |
Definition at line 9 of file FTPoint.cxx.
FTGL_DOUBLE FTPoint::values [private] |
The point data
Definition at line 152 of file FTPoint.h.
Referenced by operator *(), and operator+().