Leon4gr45's picture
Upload folder using huggingface_hub (part 8)
e7b2eb4 verified
|
Raw
History Blame Contribute Delete
529 Bytes

Build Status

unitbezier

Unit bezier interpolation function: a port to JavaScript from Webkit:

http://svn.webkit.org/repository/webkit/trunk/Source/WebCore/platform/graphics/UnitBezier.h

api

new UnitBezier(p1x, p1y, p2x, p2y)

Initialize a new bezier curve given the points

bezier.sampleCurveX(t)

bezier.sampleCurveY(t)

bezier.sampleCurveDerivativeX(t)

bezier.solveCurveX(t)

bezier.solve(x, epsilon)