AnimationVector1D
Kotlin
|Java
class AnimationVector1D : AnimationVector
kotlin.Any | ||
↳ | androidx.compose.animation.core.AnimationVector | |
↳ | androidx.compose.animation.core.AnimationVector1D |
This class defines a 1D vector. It contains only one Float value that is initialized in the constructor.
Summary
Public constructors | |
---|---|
This class defines a 1D vector. |
Public methods | |
---|---|
Boolean | |
Int |
hashCode() |
String |
toString() |
Properties | |
---|---|
Float |
This field holds the only Float value in this AnimationVector1D object. |
Public constructors
<init>
AnimationVector1D(initVal: Float)
This class defines a 1D vector. It contains only one Float value that is initialized in the constructor.
Parameters | |
---|---|
initVal: Float | initial value to set the value field to. |
Public methods
hashCode
fun hashCode(): Int
toString
fun toString(): String