Exemple #1
0
        public void Rotate(GtkGL.Quaternion q)
        {
            Quat *= q;

            Console.WriteLine("q: "+Quat.ToString());
            // Tell our handlers that we have been updated
            if (Updated != null)
                Updated (this, null);
        }