paper.js/examples
Jürg Lehni 340a1e2a5f Rename curve-time in API from 'parameter' to 'time'
And create separate versions of methods that receive curve-time arguments instead of offsets.

Curve#getNormalAt(time, true) -> #getNormalAtTime(true)
Curve#divide() -> #divideAt(offset) / #divideAtTime(time)
Curve#split() -> #splitAt(offset) / #splitAtTime(time)
Curve#getParameterAt(offset) -> #getTimeAt(offset)
Curve#getParameterOf(point) -> getTimeOf(point)
Curve#getPointAt(time, true) -> #getPointAtTime(time)
Curve#getTangentAt(time, true) -> #getTangenttTime(time)
Curve#getNormalAt(time, true) -> #getNormalAtTime(time)
Curve#getCurvatureAt(time, true) -> #getCurvatureAtTime(time)
CurveLocation#parameter -> #time
Path#split(offset/location) -> #splitAt(offset/location)

Closes #563
2016-02-02 11:59:53 +01:00
..
Animated Core: Renamed Symbol and PlacedSymbol classes and properties. 2016-01-31 16:52:51 +01:00
css Clean up and simplify code from pull request #580 and fix CSS in examples accordingly. 2014-12-30 00:16:51 +01:00
Games Core: Renamed Symbol and PlacedSymbol classes and properties. 2016-01-31 16:52:51 +01:00
JSON Core: Renamed Symbol and PlacedSymbol classes and properties. 2016-01-31 16:52:51 +01:00
Node.js Core: Renamed Symbol and PlacedSymbol classes and properties. 2016-01-31 16:52:51 +01:00
Paperjs.org Core: Renamed Symbol and PlacedSymbol classes and properties. 2016-01-31 16:52:51 +01:00
Rasters Restructure event handling on Raster item. 2016-01-26 21:06:36 +01:00
Scripts Rename curve-time in API from 'parameter' to 'time' 2016-02-02 11:59:53 +01:00
SVG Export Core: Renamed Symbol and PlacedSymbol classes and properties. 2016-01-31 16:52:51 +01:00
SVG Import Implement unit tests for SVG Importing, based on visual comparison. 2016-02-01 20:15:37 +01:00
Tools Replace tabs with 4 white-spaces. 2014-08-16 19:24:54 +02:00