menu
Flutter
vector_math
Matrix3
operator [] method
operator []
brightness_4
brightness_5
operator []
method
double
operator []
(
int
i
)
Access the element of the matrix at the index
i
.
Implementation
double operator [](int i) => _m3storage[i];
Flutter
vector_math
Matrix3
operator [] method
Matrix3 class