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