Exemple #1
0
 public void RotateYBy(float f)
 {
     transform *= Matrix4.CreateRotationY(f);
 }