Commits on Nov 22, 2017
Commits on Nov 15, 2017
Commits on Sep 26, 2017
Commits on Sep 9, 2017
Commits on Jul 3, 2017
Commits on Dec 22, 2016
-
ShapeUtils: Moved b2 and b3 to it's own file.
mrdoob committedDec 22, 2016
Commits on Oct 22, 2016
Commits on Oct 12, 2016
Commits on Jul 22, 2016
-
* convert to ES modules * rebuild * move shaders back into glsl files * reinstate polyfills
Commits on Jun 23, 2016
Commits on Jun 16, 2016
-
* Consistent getPoints and getSpacedPoints on ellipse They work as getSpacedPoints used to (but with the final point) The arc between aStartAngle and aEndAngle is always forced in the 0, 2 PI area, as getSpacedPoints did (but not getPoints) * Refactor Path class - got rid of .actions - getPoints() moved to CurvePath - toShapes() moved to new class ShapePath * Path: simplify usage of this.currentPoint * Optimize LineCurve.getPoint(1) as suggested by @rfm1201 in #8952 - this minimizes some floating point errors when t = 1 * Fix up missing changes to CurvePath and EllipseCurve - as commented by @rfm1201 - using f040453 as reference * Path: update currentPoint for .splineThru(), add automatic lineTo() - for ellipse * CurvePath: address some removeDuplicatesInAPath() concerns - also cleanup some old reference to .actions * Path/CurvePath getPoints() shouldn't return sequence of duplicate points * In path.absellipse, lineTo is drawn only to connect existing path - when necessary
Commits on Jun 12, 2016
Commits on Oct 15, 2015
-
ShapeUtils: Fixed area reference.
mrdoob committedOct 15, 2015 -
FontUtils: Moved triangulate code to ShapeUtils.
mrdoob committedOct 15, 2015 -
ShapeUtils: Simplified b2 and b3 methods.
mrdoob committedOct 15, 2015 -
Replaced EPSILONS with Number.EPSILON.
mrdoob committedOct 15, 2015 -
Moved Shape.Utils to ShapeUtils.
mrdoob committedOct 15, 2015
NewerOlder