Sets the components of this 3D vector from a column of a 4x4 matrix.
Vector3 fromMatrix4Column(Matrix4 m, int i ) { return fromArray( m.elements, i * 4 ); }