public static float4 normalize(float4 a)
 {
     return(a.normalize());
 }