capsule
Toggle table of contents
1.0.0
common
Platform filter
common
Switch theme
Search in API
capsule
capsule
/
com.kyant.capsule.core
Package-level
declarations
Types
Functions
Types
Cubic
Bezier
Link copied to clipboard
@
Immutable
data
class
CubicBezier
(
val
p0
:
Point
,
val
p1
:
Point
,
val
p2
:
Point
,
val
p3
:
Point
)
Point
Link copied to clipboard
@
Immutable
data
class
Point
(
val
x
:
Double
,
val
y
:
Double
)
Functions
lerp
Link copied to clipboard
@
Stable
fun
lerp
(
start
:
Point
,
stop
:
Point
,
fraction
:
Double
)
:
Point