~ubuntu-branches/ubuntu/trusty/python-enable/trusty-proposed

« back to all changes in this revision

Viewing changes to enthought/kiva/agg/src/kiva_affine_helpers.h

  • Committer: Bazaar Package Importer
  • Author(s): Varun Hiremath
  • Date: 2010-02-28 14:56:36 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20100228145636-9ghfhe3uy37tt3q6
Tags: 3.3.0-1
* New upstream release
* Bump Standards-Version to 3.8.4
* Switch to source format 3.0
* Update patches/freetype2.diff

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
    bool only_translation(agg::trans_affine& mat, double epsilon=1e-3);
10
10
    bool only_scale_and_translation(agg::trans_affine& mat, double epsilon=1e-3);
11
11
    void get_translation(agg::trans_affine& m, double* tx, double* ty);
 
12
    void get_scale(agg::trans_affine& m, double* dx, double* dy);
12
13
}
13
14
 
14
15
#endif