Anchor3F

data class Anchor3F(val sx: Float, val sy: Float, val sz: Float) : Interpolable<Anchor3F>

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val sx: Float
Link copied to clipboard
val sy: Float
Link copied to clipboard
val sz: Float

Functions

Link copied to clipboard
open override fun interpolateWith(ratio: Ratio, other: Anchor3F): Anchor3F
Link copied to clipboard
Link copied to clipboard
fun withX(sx: Float): Anchor3F
fun withX(sx: Int): Anchor3F
Link copied to clipboard
fun withY(sy: Float): Anchor3F
fun withY(sy: Int): Anchor3F
Link copied to clipboard
fun withZ(sz: Float): Anchor3F
fun withZ(sz: Int): Anchor3F