menu
flare_flutter package
documentation
base/math/mat2d.dart
Mat2D
operator [] method
operator [] method
dark_mode
light_mode
operator []
method
double
operator []
(
int
index
)
Implementation
double operator [](int index) { return _buffer[index]; }
flare_flutter package
documentation
base/math/mat2d
Mat2D
operator [] method
Mat2D class