Returns the w component of the vector at the given index.
num? getW(int index) { return getAt(index * itemSize + 3); }