menu
flame package
documentation
input.dart
Vector4
operator [] method
operator [] method
dark_mode
light_mode
operator []
method
double
operator []
(
int
i
)
Access the component of the vector at the index
i
.
Implementation
double operator [](int i) => _v4storage[i];
flame package
documentation
input
Vector4
operator [] method
Vector4 class