CameraTools.Detail.CameraPanningVelocity.UpdateWhileNotDragging C# (CSharp) Method

UpdateWhileNotDragging() public method

public UpdateWhileNotDragging ( ) : void
return void
        public void UpdateWhileNotDragging()
        {
            lastCamPanVelocities.Clear ();
            CalcCurrentVelUsingDeacceleration();
        }