Returns the z component of the vector at the given index.
num? getZ(int index) { return getAt(index * itemSize + 2); }