Exemple #1
0
 public void Rotate(GtkGL.TransformationMatrix tm)
 {
     Rotate (tm.ToQuaternion ());
 }
Exemple #2
0
 public void Rotate(GtkGL.EulerRotation er)
 {
     Rotate (er.ToQuaternion ());
 }