menu
thermion_dart package
documentation
thermion_dart.dart
Vector4
operator [] method
operator [] method
dark_mode
light_mode
operator []
method
double
operator []
(
int
i
)
Access the component of the vector at the index
i
.
Implementation
double operator [](int i) => _v4storage[i];
thermion_dart package
documentation
thermion_dart
Vector4
operator [] method
Vector4 class