SESL Material
Toggle table of contents
1.12.0+1.0.31-sesl8+rev0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
SESL Material
SESL Material
/
com.google.android.material.shape
/
ShapePath
/
PathCubicOperation
Path
Cubic
Operation
open
class
PathCubicOperation
:
ShapePath.PathOperation
Path cubic operation.
Members
Constructors
Path
Cubic
Operation
Link copied to clipboard
constructor
(
controlX1
:
Float
,
controlY1
:
Float
,
controlX2
:
Float
,
controlY2
:
Float
,
endX
:
Float
,
endY
:
Float
)
Functions
apply
To
Path
Link copied to clipboard
open
fun
applyToPath
(
@
NonNull
transform
:
Matrix
,
@
NonNull
path
:
Path
)
Applies the given
transform
to the provided
path
.