menu
flame package
documentation
input.dart
Matrix3
operator [] method
operator [] method
dark_mode
light_mode
operator []
method
double
operator []
(
int
i
)
Access the element of the matrix at the index
i
.
Implementation
double operator [](int i) => _m3storage[i];
flame package
documentation
input
Matrix3
operator [] method
Matrix3 class