menu
vector_math package
documentation
vector_math_64.dart
Matrix4
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) => _m4storage[i];
vector_math package
documentation
vector_math_64
Matrix4
operator [] method
Matrix4 class