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