Cirrious.Sphero.WorkBench.Core.ViewModels.SpheroSubViewModels.CartesianPositionParameters.RawCartesianDistance C# (CSharp) Method

RawCartesianDistance() private method

private RawCartesianDistance ( ) : double
return double
        private double RawCartesianDistance()
        {
            return Math.Sqrt(Math.Pow(X, 2) + Math.Pow(Y, 2));
        }
    }