Companion

object Companion

Functions

Link copied to clipboard
fun calcFixedPerspectiveMatrix(ratio: Float = 1.0f, left: Offset, right: Offset, slopeLeft: Float, slopeRight: Float): Triple<Matrix, Rect, Array<Offset>>
Link copied to clipboard
fun calcPerspectiveMatrix(src: Rect, dst: Array<Offset>): Matrix