#include <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 +=. | |
Public Attributes | |
FTGL_DOUBLE | x |
The point data. | |
FTGL_DOUBLE | y |
The point data. | |
FTGL_DOUBLE | z |
The point data. | |
Friends | |
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. |
Definition at line 13 of file FTPoint.h.
|
Default constructor. Point is set to zero. |
|
Constructor.
|
|
Constructor. This converts an FT_Vector to an FT_Point
|
|
Operator +=.
|
|
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. |
|
|
|
The point data.
Definition at line 79 of file FTPoint.h. Referenced by FTBBox::Move(), operator!=(), operator+=(), and operator==(). |