paper.js/src/path
2012-12-27 19:26:40 +01:00
..
CompoundPath.js Implement CompoundPath#curves. 2012-12-18 14:53:38 +01:00
Curve.js Implement PathItem#getIntersections(path) and Curve#getIntersections(curve) using divide-and-conquer approach, and new Curve.getBounds(). 2012-12-27 19:23:03 +01:00
CurveLocation.js Implement PathItem#getIntersections(path) and Curve#getIntersections(curve) using divide-and-conquer approach, and new Curve.getBounds(). 2012-12-27 19:23:03 +01:00
Path.Constructors.js Rename Path.Oval() to Path.Ellipse(), and deprecate Path.Oval(). 2012-11-06 11:37:00 -08:00
Path.js Implement PathItem#getIntersections(path) and Curve#getIntersections(curve) using divide-and-conquer approach, and new Curve.getBounds(). 2012-12-27 19:23:03 +01:00
PathFitter.js Use constant substitution for Numerical constants as well. 2012-12-27 18:36:59 +01:00
PathFlattener.js Use constant substitution for Numerical constants as well. 2012-12-27 18:36:59 +01:00
PathItem.js Write documentation for PathItem#getIntersections(). 2012-12-27 19:26:40 +01:00
Segment.js Further clean up Path.getBounds() code. 2012-12-27 17:43:21 +01:00
SegmentPoint.js Introduce Numerical.isZero(), for comparisons against 0 with a tolerance. 2012-11-05 21:06:13 -08:00
SelectionState.js Update copyright notices. 2011-07-01 12:17:45 +02:00