Beispiel #1
0
 public static Quat Cross(Quat a, Quat b)
 {
     return(Quat.Cross(a, b));
 }