Returns the w component of the item at the given index.
@override double getW(int index) { return data!.array[index * data!.stride + offset + 3].toDouble(); }