Fix code view
This commit is contained in:
@@ -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};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user