Returns the y component of the vector at the given index.
num? getY(int index) { return getAt(index * itemSize + 1); }