operator [] method

double operator [] (int i)

Access the component of the vector at the index i.

Implementation

double operator [](int i) => _v3storage[i];