Vector3 setFromMatrixColumn(Matrix4 m, int index) { return copyFromArray(m.storage.toList(), index * 4); }