Anchor2D

data class Anchor2D(val sx: Double, val sy: Double) : Interpolable<Anchor>

Constructors

Link copied to clipboard
constructor(sx: Float, sy: Float)
constructor(sx: Int, sy: Int)
constructor(sx: Double, sy: Double)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val sx: Double
Link copied to clipboard
val sy: Double

Functions

Link copied to clipboard
open override fun interpolateWith(ratio: Ratio, other: Anchor): Anchor
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
inline fun withX(ratioX: Ratio): Anchor
inline fun withX(sx: Number): Anchor
Link copied to clipboard
inline fun withY(ratioY: Ratio): Anchor
inline fun withY(sy: Number): Anchor