Cirrious.Sphero.WorkBench.Core.ViewModels.SpheroSubViewModels.CartesianPositionParameters.RawCartesianDistance C# (CSharp) 메소드

RawCartesianDistance() 개인적인 메소드

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