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
/
Scale
Scale
data
class
Scale
(
val
sx
:
Double
,
val
sy
:
Double
=
sx
)
:
AffineTransformation
(
source
)
Members
Constructors
Scale
Link copied to clipboard
constructor
(
sx
:
Double
,
sy
:
Double
=
sx
)
Properties
matrix
Link copied to clipboard
val
matrix
:
Array
<
out
DoubleArray
>
sx
Link copied to clipboard
val
sx
:
Double
sy
Link copied to clipboard
val
sy
:
Double
Functions
times
Link copied to clipboard
operator
fun
times
(
other
:
AffineTransformation
)
:
AffineTransformation