~centralelyon2010/inkscape/imagelinks2

« back to all changes in this revision

Viewing changes to src/livarot/Shape.h

  • Committer: cilix42
  • Date: 2008-09-18 17:48:42 UTC
  • Revision ID: cilix42@users.sourceforge.net-20080918174842-1ad33a7d7gqhv2hq
Next roud of NR ==> Geom conversion

Show diffs side-by-side

added added

removed removed

Lines of Context:
290
290
    // the result is NOT a polygon; you need a subsequent call to ConvertToShape to get a real polygon
291
291
    int MakeOffset(Shape *of, double dec, JoinType join, double miter, bool do_profile=false, double cx = 0, double cy = 0, double radius = 0, NR::Matrix *i2doc = NULL);
292
292
 
293
 
    int MakeTweak (int mode, Shape *a, double dec, JoinType join, double miter, bool do_profile, NR::Point c, NR::Point vector, double radius, NR::Matrix *i2doc);
 
293
    int MakeTweak (int mode, Shape *a, double dec, JoinType join, double miter, bool do_profile, Geom::Point c, Geom::Point vector, double radius, Geom::Matrix *i2doc);
294
294
  
295
295
    int PtWinding(const NR::Point px) const; // plus rapide
296
296
    int Winding(const NR::Point px) const;