From 3ada722f75372ee0a47c6dd10eb384b89e5633f5 Mon Sep 17 00:00:00 2001 From: sloop Date: Thu, 11 Aug 2016 19:01:21 +0800 Subject: [PATCH] Update value compute --- CustomView/Advance/[10]Matrix_Method.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CustomView/Advance/[10]Matrix_Method.md b/CustomView/Advance/[10]Matrix_Method.md index 8b85120..e56b8c8 100644 --- a/CustomView/Advance/[10]Matrix_Method.md +++ b/CustomView/Advance/[10]Matrix_Method.md @@ -209,8 +209,8 @@ 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** -测量半径,此处测量的是平均半径。 +测量半径,由于圆可能会因为画布变换变成椭圆,所以此处测量的是平均半径。 示例: