Status: New Owner: ---- New issue 152 by heue...@gmail.com: Refactor PPath to use Path2D on JDK 1.6+ http://code.google.com/p/piccolo2d/issues/detail?id=152
PPath currently wraps an instance of java.awt.geom.GeneralPath, which uses float precision. JDK 1.6+ provides a java.awt.geom.Path2D class, with Path2D.Float and Path2D.Double subclasses. http://java.sun.com/javase/6/docs/api/java/awt/geom/Path2D.html PPath could be refactored to use Path2D, allowing clients to choose float or double precision (Path2D.Float or Path2D.Double, respectively). PPath should also provide static factory methods that accept double values as parameters. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings -- Piccolo2D Developers Group: http://groups.google.com/group/piccolo2d-dev?hl=en