mirror of https://gitee.com/antv-l7/antv-l7
f7e5376b7d | ||
---|---|---|
.. | ||
test | ||
.travis.yml | ||
README.md | ||
index.js | ||
package.json |
README.md
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