mapbox-maps-android
mapbox-maps-android
/
com.mapbox.maps.extension.style.expressions.generated
/
Expression
/
Companion
/
cubicBezier
cubic
Bezier
@
JvmStatic
fun
cubicBezier
(
x1
:
Expression
,
x2
:
Expression
,
x3
:
Expression
,
x4
:
Expression
)
:
Expression
@
JvmStatic
fun
cubicBezier
(
x1
:
Double
,
x2
:
Double
,
x3
:
Double
,
x4
:
Double
)
:
Expression
fun
cubicBezier
(
block
:
Expression.ExpressionBuilder
.
(
)
->
Unit
)
:
Expression
Interpolates using the cubic bezier curve defined by the given control points.