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