#include <TFPoint.h>
Public Member Functions | |
| TFPoint () | |
| TFPoint (float x, float y, float r, float g, float b, float a) | |
| const bool | operator< (const TFPoint &other) const |
| const bool | operator> (const TFPoint &other) const |
Public Attributes | |
| float | tfp_x |
| float | tfp_y |
| float | tfp_r |
| float | tfp_g |
| float | tfp_b |
| float | tfp_a |
| TFPoint::TFPoint | ( | ) |
| TFPoint::TFPoint | ( | float | x, | |
| float | y, | |||
| float | r, | |||
| float | g, | |||
| float | b, | |||
| float | a | |||
| ) |
| const bool TFPoint::operator< | ( | const TFPoint & | other | ) | const [inline] |
| const bool TFPoint::operator> | ( | const TFPoint & | other | ) | const [inline] |
| float TFPoint::tfp_a |
| float TFPoint::tfp_b |
| float TFPoint::tfp_g |
| float TFPoint::tfp_r |
| float TFPoint::tfp_x |
| float TFPoint::tfp_y |
1.5.7.1