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