Matrix

@Stable
data class Matrix(val matrix: Matrix) : Transform

Constructors

Link copied to clipboard
constructor(matrix: Matrix)

Properties

Link copied to clipboard
val matrix: Matrix