protected static float2 normalize(float2 x)
 {
     return new float2(x.Normalize(2.0));
 }