Beispiel #1
0
 public static Vector3f Normalize(Vector3i v)
 {
     return(Vector3i.Normalize(v));
 }