Skip to content

Commit 04d9f4b

Browse files
committed
Update
1 parent bcb60ca commit 04d9f4b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

QuickChart/Bessel.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,10 @@
11
# 贝塞尔曲线常用操作速查表
22

3+
> ### 贝塞尔曲线的操作方法均包含在Path中,详情可参考[Path之贝塞尔曲线](https://github.com/GcsSloop/AndroidNote/blob/master/CustomView/Advance/%5B6%5DPath_Bessel.md)
4+
5+
贝塞尔曲线 | 对应的方法 | 演示动画
6+
:-----------------------:|------------|------------------------------------------------------------------------------
7+
一阶曲线<br/>(线性曲线) | lineTo | ![](https://upload.wikimedia.org/wikipedia/commons/0/00/B%C3%A9zier_1_big.gif)
8+
二阶曲线 | quadTo | ![](https://upload.wikimedia.org/wikipedia/commons/3/3d/B%C3%A9zier_2_big.gif)
9+
三阶曲线 | cubicTo | ![](https://upload.wikimedia.org/wikipedia/commons/d/db/B%C3%A9zier_3_big.gif)
10+
四阶曲线 | 无 | ![](https://upload.wikimedia.org/wikipedia/commons/a/a4/B%C3%A9zier_4_big.gif)

0 commit comments

Comments
 (0)