paper.js/examples/Scripts
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
..
Arcs.html Replace tabs with 4 white-spaces. 2014-08-16 19:24:54 +02:00
BlendModes.html Core: Renamed Symbol and PlacedSymbol classes and properties. 2016-01-31 16:52:51 +01:00
BooleanOperations.html Rename curve-time in API from 'parameter' to 'time' 2016-02-02 11:59:53 +01:00
CompoundPath.html Replace tabs with 4 white-spaces. 2014-08-16 19:24:54 +02:00
CurveTimeParameterization.html Rename curve-time in API from 'parameter' to 'time' 2016-02-02 11:59:53 +01:00
HslColor.html Replace tabs with 4 white-spaces. 2014-08-16 19:24:54 +02:00
PathStructure.html Replace tabs with 4 white-spaces. 2014-08-16 19:24:54 +02:00
Resize.html Replace tabs with 4 white-spaces. 2014-08-16 19:24:54 +02:00
RoundRectangle.html Replace tabs with 4 white-spaces. 2014-08-16 19:24:54 +02:00
Shapes.html Replace tabs with 4 white-spaces. 2014-08-16 19:24:54 +02:00
StrokeBounds.html Replace tabs with 4 white-spaces. 2014-08-16 19:24:54 +02:00
StrokeScaling.html Replace tabs with 4 white-spaces. 2014-08-16 19:24:54 +02:00