- dst
- The array of dst points (x,y pairs)
- dstIndex
- The index of the first [x,y] pair of dst floats
- src
- The array of src points (x,y pairs)
- srcIndex
- The index of the first [x,y] pair of src floats
- pointCount
- The number of points (x,y pairs) to transform
Apply this matrix to the array of 2D points specified by src, and write the transformed points into the array of points specified by dst. The two arrays represent their "points" as pairs of floats [x, y].