Update value compute
This commit is contained in:
@@ -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)` 可以指定只计算一部分数值。
|
||||
|
||||
参数 | 摘要
|
||||
---|---
|
||||
-----------|---
|
||||
dst | 目标数据
|
||||
dstIndex | 目标数据存储位置起始下标
|
||||
src | 源数据
|
||||
@@ -255,7 +255,7 @@ after : dst=[40.0, 100.0, 200.0, 300.0, 0.0, 0.0]
|
||||
|
||||
**2.mapRadius**
|
||||
|
||||
测量半径,此处测量的是平均半径。
|
||||
测量半径,由于圆可能会因为画布变换变成椭圆,所以此处测量的是平均半径。
|
||||
|
||||
示例:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user