Exemple #1
0
 public static Matrix rotationYZX(Vector rotation) {
   return Matrix.rotationYZX(rotation.Y, rotation.Z, rotation.X);
 }