AnimationVector4D
-
Cmn
class AnimationVector4D : AnimationVector
| kotlin.Any | ||
| ↳ | androidx.compose.animation.core.AnimationVector | |
| ↳ | androidx.compose.animation.core.AnimationVector4D |
This class defines a 4D vector that contains four Float fields for its four dimensions.
Summary
Public constructors |
|
|---|---|
AnimationVector4D(v1: Float, v2: Float, v3: Float, v4: Float) |
Cmn
|
Public properties |
||
|---|---|---|
Float |
Float value field for the first dimension of the 4D vector. |
Cmn
|
Float |
Float value field for the second dimension of the 4D vector. |
Cmn
|
Float |
Float value field for the third dimension of the 4D vector. |
Cmn
|
Float |
Float value field for the fourth dimension of the 4D vector. |
Cmn
|