P

data class P(val x: Double, val y: Double)

Constructors

Link copied to clipboard
constructor(x: Double, y: Double)
constructor(x: Float, y: Float)

Properties

Link copied to clipboard
val x: Double
Link copied to clipboard
val y: Double

Functions

Link copied to clipboard
operator fun plus(that: EasingCubic.P): EasingCubic.P
Link copied to clipboard
operator fun times(that: EasingCubic.P): EasingCubic.P
operator fun times(that: Double): EasingCubic.P