TiltTransform

data class TiltTransform(val rotationX: Float, val rotationY: Float, val depression: Dp)

Where the plane ends up for a press at position on a surface of size.

rotationX and rotationY are degrees about the x- and y-axis, which is the swap the original comments on: a rotation to the left in the x-direction is a rotation about the y-axis.

Constructors

Link copied to clipboard
constructor(rotationX: Float, rotationY: Float, depression: Dp)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard