korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-math
/
korlibs.math.interpolation
/
EasingCubic
/
P
P
data
class
P
(
val
x
:
Double
,
val
y
:
Double
)
Members
Constructors
P
Link copied to clipboard
constructor
(
x
:
Double
,
y
:
Double
)
constructor
(
x
:
Float
,
y
:
Float
)
Properties
x
Link copied to clipboard
val
x
:
Double
y
Link copied to clipboard
val
y
:
Double
Functions
plus
Link copied to clipboard
operator
fun
plus
(
that
:
EasingCubic.P
)
:
EasingCubic.P
times
Link copied to clipboard
operator
fun
times
(
that
:
EasingCubic.P
)
:
EasingCubic.P
operator
fun
times
(
that
:
Double
)
:
EasingCubic.P