This commit is contained in:
sloop
2016-05-30 23:15:38 +08:00
parent 1dbedb70d3
commit 4ab8ab9c15

View File

@@ -282,6 +282,9 @@ distance | 距离 Path 起点的长度 | 取值范围: 0 <= d
pos | 该点的坐标值 | 坐标值: (x==[0], y==[1])
tan | 该点的正切值 | 正切值: (x==[0], y==[1])
这个方法也不难理解,除了其中 `tan` 这个东东,这个东西是干什么的呢?
这个是用来判断 Path 的趋势的,即在这一个点的方向。