MutableCoordinateTransformer

interface MutableCoordinateTransformer : CoordinateTransformer


CoordinateTransformer where the transformMatrix is mutable.

Summary

Public properties

Matrix

Matrix that's used for coordinate transformations.

Inherited functions

From androidx.camera.viewfinder.compose.CoordinateTransformer
open Offset

Returns the Offset in the transformed space.

Public properties

transformMatrix

var transformMatrixMatrix

Matrix that's used for coordinate transformations.