Beispiel #1
0
 public static Tuple normalize(Tuple a)
 {
     return(a / a.magnitude());
 }