Exemplo n.º 1
0
        private void startDrag(Point MousePt)
        {
            lock (matrixLock)
            {
                LastRot.set_Renamed(ThisRot); // Set Last Static Rotation To Last Dynamic One
            }
            arcBall.click(MousePt);           // Update Start Vector And Prepare For Dragging

            mouseStartDrag = MousePt;
        }