SVG to Compose Documentation
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
SVG to Compose Documentation
svg-to-compose
/
dev.tonholo.s2c.geom
/
AffineTransformation
/
Matrix
Matrix
class
Matrix
(
matrix
:
DoubleArray
)
:
AffineTransformation
(
source
)
Members
Constructors
Matrix
Link copied to clipboard
constructor
(
vararg
matrix
:
DoubleArray
)
Properties
matrix
Link copied to clipboard
val
matrix
:
Array
<
out
DoubleArray
>
Functions
get
Link copied to clipboard
operator
fun
get
(
index
:
Int
)
:
DoubleArray
times
Link copied to clipboard
operator
fun
times
(
other
:
AffineTransformation
)
:
AffineTransformation