Inkscape
Vector Graphics Editor
|
#include <lpe-embrodery-stitch-ordering.h>
Public Member Functions | |
OrderingGroupNeighbor (OrderingGroupPoint *me, OrderingGroupPoint *other) | |
Static Public Member Functions | |
static bool | Compare (const OrderingGroupNeighbor &a, const OrderingGroupNeighbor &b) |
Public Attributes | |
Geom::Coord | distance |
OrderingGroupPoint * | point |
Definition at line 120 of file lpe-embrodery-stitch-ordering.h.
Inkscape::LivePathEffect::LPEEmbroderyStitchOrdering::OrderingGroupNeighbor::OrderingGroupNeighbor | ( | OrderingGroupPoint * | me, |
OrderingGroupPoint * | other | ||
) |
Definition at line 390 of file lpe-embrodery-stitch-ordering.cpp.
|
static |
Definition at line 398 of file lpe-embrodery-stitch-ordering.cpp.
References distance.
Referenced by Inkscape::LivePathEffect::LPEEmbroderyStitchOrdering::OrderGroups().
Geom::Coord Inkscape::LivePathEffect::LPEEmbroderyStitchOrdering::OrderingGroupNeighbor::distance |
Definition at line 124 of file lpe-embrodery-stitch-ordering.h.
Referenced by Compare(), and Inkscape::LivePathEffect::LPEEmbroderyStitchOrdering::OrderGroups().
OrderingGroupPoint* Inkscape::LivePathEffect::LPEEmbroderyStitchOrdering::OrderingGroupNeighbor::point |
Definition at line 126 of file lpe-embrodery-stitch-ordering.h.
Referenced by Inkscape::LivePathEffect::LPEEmbroderyStitchOrdering::OrderGroups().