#include <polypartition.h>
Public Member Functions | |
bool | operator!= (const TPPLPoint &p) const |
TPPLPoint | operator* (const tppl_float f) const |
TPPLPoint | operator+ (const TPPLPoint &p) const |
TPPLPoint | operator- (const TPPLPoint &p) const |
TPPLPoint | operator/ (const tppl_float f) const |
bool | operator== (const TPPLPoint &p) const |
Public Attributes | |
tppl_float | x |
tppl_float | y |
Definition at line 31 of file polypartition.h.
bool TPPLPoint::operator!= | ( | const TPPLPoint & | p | ) | const [inline] |
Definition at line 68 of file polypartition.h.
TPPLPoint TPPLPoint::operator* | ( | const tppl_float | f | ) | const [inline] |
Definition at line 49 of file polypartition.h.
Definition at line 35 of file polypartition.h.
Definition at line 42 of file polypartition.h.
TPPLPoint TPPLPoint::operator/ | ( | const tppl_float | f | ) | const [inline] |
Definition at line 56 of file polypartition.h.
bool TPPLPoint::operator== | ( | const TPPLPoint & | p | ) | const [inline] |
Definition at line 63 of file polypartition.h.
Definition at line 32 of file polypartition.h.
Definition at line 33 of file polypartition.h.