🌈 Create new beautiful Compose Gradients with our new wesite ->
Function

detectTransformGestures

A gesture detector for rotation, panning, and zoom.

DetectTransformGestures

@Composable
@Sampled
fun DetectTransformGestures() {
    /**
     * Rotates the given offset around the origin by the given angle in degrees.
     *
     * A positive angle indicates a counterclockwise rotation around the right-handed 2D Cartesian
     * coordinate system.
     *
     * See: [Rotation matrix](https://en.wikipedia.org/wiki/Rotation_matrix)
     */

Content updated: