#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 | |
int | id |
tppl_float | x |
tppl_float | y |
Definition at line 31 of file polypartition.h.
Definition at line 69 of file polypartition.h.
TPPLPoint TPPLPoint::operator* | ( | const tppl_float | f | ) | const [inline] |
Definition at line 50 of file polypartition.h.
Definition at line 36 of file polypartition.h.
Definition at line 43 of file polypartition.h.
TPPLPoint TPPLPoint::operator/ | ( | const tppl_float | f | ) | const [inline] |
Definition at line 57 of file polypartition.h.
Definition at line 64 of file polypartition.h.
int TPPLPoint::id |
Definition at line 34 of file polypartition.h.
Definition at line 32 of file polypartition.h.
Definition at line 33 of file polypartition.h.