public V ToVector <V> () where V : struct, IVec <V, float> { return(Vec.FromArray <V, float> (Uvec.X, Uvec.Y, Uvec.Z, W)); }