~ubuntu-branches/ubuntu/utopic/slic3r/utopic-proposed

« back to all changes in this revision

Viewing changes to xs/src/Line.hpp

  • Committer: Package Import Robot
  • Author(s): Alessandro Ranellucci
  • Date: 2014-08-06 11:18:02 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20140806111802-8v6iez93cj6skz5l
Tags: 1.1.7+dfsg-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
    bool parallel_to(double angle) const;
32
32
    bool parallel_to(const Line &line) const;
33
33
    double atan2_() const;
 
34
    double orientation() const;
34
35
    double direction() const;
35
36
    Vector vector() const;
36
37