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
/
Rotate
Rotate
data
class
Rotate
(
val
angle
:
Double
,
val
centerX
:
Double
=
0.0
,
val
centerY
:
Double
=
0.0
)
:
AffineTransformation
(
source
)
Members
Constructors
Rotate
Link copied to clipboard
constructor
(
angle
:
Double
,
centerX
:
Double
=
0.0
,
centerY
:
Double
=
0.0
)
Properties
angle
Link copied to clipboard
val
angle
:
Double
center
X
Link copied to clipboard
val
centerX
:
Double
center
Y
Link copied to clipboard
val
centerY
:
Double
matrix
Link copied to clipboard
val
matrix
:
Array
<
out
DoubleArray
>
Functions
times
Link copied to clipboard
operator
fun
times
(
other
:
AffineTransformation
)
:
AffineTransformation