menu
flame_3d package
documentation
game.dart
Matrix2
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) => _m2storage[i];
flame_3d package
documentation
game
Matrix2
operator [] method
Matrix2 class