AnimationVector2D
-
Cmn
class AnimationVector2D : AnimationVector
| kotlin.Any | ||
| ↳ | androidx.compose.animation.core.AnimationVector | |
| ↳ | androidx.compose.animation.core.AnimationVector2D |
This class defines a 2D vector that contains two Float values for the two dimensions.
Summary
Public constructors |
|
|---|---|
AnimationVector2D(v1: Float, v2: Float) |
Cmn
|
Public properties |
||
|---|---|---|
Float |
Float value field for the first dimension of the 2D vector. |
Cmn
|
Float |
Float value field for the second dimension of the 2D vector. |
Cmn
|