Sets the components of this 3D vector from a column of a 3x3 matrix.
Vector3 fromMatrix3Column(Matrix3 m, int i ) { return fromArray( m.elements, i * 3 ); }