[x0, y0, x1, y1, ..., xn, yn]
.
@param srcPts the array containing the source point coordinates.Each point is stored as a pair of x, y coordinates.
@param dstPts the array into which the transformed pointcoordinates are returned. Each point is stored as a pair of x, y coordinates.
@param srcOff the offset to the first point to be transformedin the source array
@param dstOff the offset to the location of the firsttransformed point that is stored in the destination array
@param numPts the number of point objects to be transformed
@since 1.2
|
|
|
|
|
|
|
|
|
|