~ubuntu-branches/ubuntu/precise/ipe/precise

« back to all changes in this revision

Viewing changes to src/include/ipepath.h

  • Committer: Bazaar Package Importer
  • Author(s): Steve M. Robbins
  • Date: 2005-02-24 22:09:16 UTC
  • mfrom: (2.1.1 hoary)
  • Revision ID: james.westby@ubuntu.com-20050224220916-9vxiiqjz066r5489
Tags: 6.0pre23-2
debian/control: Ipe should depend on exact version of libipe.
Closes: #296771.

Show diffs side-by-side

added added

removed removed

Lines of Context:
185
185
                       IpeVector &pos, double &bound) const;
186
186
 
187
187
  //! Return number of segments.
 
188
  /*! This does not include the closing segment for a closed path. */
188
189
  int NumSegments() const { return iSeg.size(); }
189
190
  IpePathSegment Segment(int i) const;
190
191
  IpePathSegment ClosingSegment(IpeVector u[2]) const;