Fix code view

This commit is contained in:
sloop
2016-08-12 22:09:54 +08:00
parent acce0bc6f8
commit e2ceb6da22

View File

@@ -146,7 +146,6 @@ void mapPoints (float[] dst, int dstIndex,float[] src, int srcIndex, int pointCo
示例:
``` java
// 初始数据为三个点 (0, 0) (80, 100) (400, 300)
float[] pts = new float[]{0, 0, 80, 100, 400, 300};