I'm trying to change image perspective on iOS, not by rotating them by x, y or z axis, but change vertices of whole image, using transformation matrix. I already did it, on Android platform. On Android I used from Matrix library method called setPolyToPoly http://developer.android.com/reference/android/graphics/Matrix.html
My question is whether it is, something similar to this setPolyToPoly method from Android?