~ubuntu-branches/ubuntu/natty/libswingx-java/natty

« back to all changes in this revision

Viewing changes to src/java/org/jdesktop/swingx/geom/Morphing2D.java

  • Committer: Bazaar Package Importer
  • Author(s): Damien Raude-Morvan
  • Date: 2010-07-26 12:11:27 UTC
  • mfrom: (4.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20100726121127-k0d3b21nhja0dn93
Tags: 1:1.6.1-1
* New upstream release.
* Switch to 3.0 (quilt) format.
* Bump Standards-Version to 3.9.1: no changes needed.
* Drop Depends on JRE: not requested anymore by new Java Policy.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * $Id: Morphing2D.java 3240 2009-02-01 20:36:05Z rah003 $
 
2
 * $Id: Morphing2D.java 3668 2010-04-22 17:47:57Z kschaefe $
3
3
 *
4
4
 * Copyright 2006 Sun Microsystems, Inc., 4150 Network Circle,
5
5
 * Santa Clara, California 95054, U.S.A. All rights reserved.
388
388
             *   fact that the areas on each side of the self-intersection
389
389
             *   are bounded by segments which have opposite winding
390
390
             *   direction.  Thus, those areas will have opposite signs
391
 
             *   on the acccumulation of their area summations and end
 
391
             *   on the accumulation of their area summations and end
392
392
             *   up canceling each other out partially.
393
393
             * - This failure mode of the algorithm in determining the
394
394
             *   exact magnitude of the area is not actually a big problem