Searched defs:Polygon (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/libavoid/
H A Dgeomtypes.h110 //! @brief A common interface used by the Polygon classes.
166 //! @brief A dynamic Polygon, to which points can be easily added and removed.
171 class Polygon : public PolygonInterface class in namespace:Avoid
175 Polygon();
179 //! PolyLine (represented as a Polygon) would be comprised of n+1
180 //! points. Whether a particular Polygon is closed or not, depends
181 //! on whether it is a Polygon or Polyline. Shape polygons are always
187 Polygon(const int n);
188 //! @brief Constructs a new polygon from an existing Polygon.
192 Polygon(cons
[all...]
/inkscape/share/extensions/ink2canvas/
H A Dsvg.py323 class Polygon(Path): class in inherits:Path
335 class Polyline(Polygon):
/inkscape/src/libdepixelize/priv/
H A Dhomogeneoussplines.h39 struct Polygon struct in class:Tracer::HomogeneousSplines
47 Polygon() {} function in struct:Tracer::HomogeneousSplines::Polygon
48 Polygon(const guint8 (&rgba)[4])
64 typedef typename std::vector<Polygon>::iterator iterator;
65 typedef typename std::vector<Polygon>::const_iterator const_iterator;
66 typedef typename std::vector<Polygon>::size_type size_type;
170 std::vector<Polygon> _polygons;
222 Polygon polygon(cell_it->rgba);
232 for ( typename std::vector<Polygon>::iterator it = _polygons.begin(),
/inkscape/share/extensions/
H A Dgcodetools.py2705 ### Polygon class
2707 class Polygon: class in inherits:
2750 # Polygon is a list of simple polygons
2791 # Polygon is a list of simple polygons
3004 poly_ = Polygon([poly])
3138 surface = Polygon()
3141 poly = Polygon(copy.deepcopy(self.polygons[p[0]].polygon))
3161 poly = Polygon( self.polygons[spiece[0][0]].polygon[:])
3163 surface = Polygon(poly.polygon)
3165 poly = Polygon(sel
[all...]

Completed in 157 milliseconds