Update value compute

This commit is contained in:
sloop
2016-08-11 19:01:21 +08:00
committed by GitHub
parent 0044e5ed94
commit 3ada722f75

View File

@@ -210,7 +210,7 @@ after : dst=[0.0, 0.0, 40.0, 100.0, 200.0, 300.0]
(3) `void mapPoints (float[] dst, int dstIndex,float[] src, int srcIndex, int pointCount)` 可以指定只计算一部分数值。 (3) `void mapPoints (float[] dst, int dstIndex,float[] src, int srcIndex, int pointCount)` 可以指定只计算一部分数值。
参数 | 摘要 参数 | 摘要
---|--- -----------|---
dst | 目标数据 dst | 目标数据
dstIndex | 目标数据存储位置起始下标 dstIndex | 目标数据存储位置起始下标
src | 源数据 src | 源数据
@@ -255,7 +255,7 @@ after : dst=[40.0, 100.0, 200.0, 300.0, 0.0, 0.0]
**2.mapRadius** **2.mapRadius**
测量半径,此处测量的是平均半径。 测量半径,由于圆可能会因为画布变换变成椭圆,所以此处测量的是平均半径。
示例: 示例: