Vector2C transform(MatrixC o) => set( o.m0*x + o.m4*y + o.m8*0 + o.m12, o.m1*x + o.m5*y + o.m9*0 + o.m13 );