Vector3 setFromMatrix3Column(Matrix3 m, int index) { return copyFromArray(m.storage.toList(), index * 3); }