Matrix with values from column arguments.
factory Matrix2.columns(Vector2 arg0, Vector2 arg1) => Matrix2.zero()..setColumns(arg0, arg1);