Example #1
0
 public static Float4 Normalize(Float4 _A)
 {
     return _A / _A.Length();
 }