diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2015-02-23 22:16:39 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2015-02-23 22:16:39 +0000 |
| commit | 83e726c8fb391f0cbbccc9b286bfecefc730dbc7 (patch) | |
| tree | 32041edefe2403cb611103322c2649607b107f79 /src/2geom/pointwise.cpp | |
| parent | fixed some bugs (diff) | |
| download | inkscape-83e726c8fb391f0cbbccc9b286bfecefc730dbc7.tar.gz inkscape-83e726c8fb391f0cbbccc9b286bfecefc730dbc7.zip | |
Added flexible/fixed to fillet chamfer and fix bugs
(bzr r13645.1.20)
Diffstat (limited to 'src/2geom/pointwise.cpp')
| -rw-r--r-- | src/2geom/pointwise.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/2geom/pointwise.cpp b/src/2geom/pointwise.cpp index d7d5afc63..aa1620e8a 100644 --- a/src/2geom/pointwise.cpp +++ b/src/2geom/pointwise.cpp @@ -40,6 +40,11 @@ Pointwise::Pointwise(Piecewise<D2<SBasis> > pwd2, std::vector<std::pair<int,Sate Pointwise::~Pointwise(){}; +std::vector<std::pair<int,Satellite> > +Pointwise::getSatellites(){ + return _satellites; +} + std::vector<Satellite> Pointwise::findSatellites(int A, int B) const { |
