Slide 34
Slide 34 text
val src = floatArrayOf(
0f, 0f, // top left point
width, 0f, // top right point
width, height, // bottom right point
0f, height // bottom left point
)
val dst = floatArrayOf(
50f, -200f, // top left point
width, -200f, // top right point
width, height +200f, // bottom right point
0f, height // bottom left point
)
Perspective drawing