phaser/src/curves
2018-04-16 14:43:24 +01:00
..
path Lots of jsdoc fixes 2018-04-16 14:43:24 +01:00
CubicBezierCurve.js Fix types and add generic in Curves 2018-03-27 14:06:24 +02:00
Curve.js Fix types and add generic in Curves 2018-03-27 14:06:24 +02:00
EllipseCurve.js Lots of jsdoc fixes 2018-04-16 14:43:24 +01:00
index.js Update JSDoc on Curves 2018-03-19 16:53:55 +01:00
LineCurve.js LineCurve.getResolution was missing the divisions argument and always returning 1, which made it fail when used as path of a Path. It now defaults to return 1 unless specified otherwise 2018-04-04 10:29:12 +01:00
QuadraticBezierCurve.js Fix types and add generic in Curves 2018-03-27 14:06:24 +02:00
SplineCurve.js Fix types and add generic in Curves 2018-03-27 14:06:24 +02:00