GtkGL.Quaternion.GetMagnitude C# (CSharp) 메소드

GetMagnitude() 개인적인 메소드

private GetMagnitude ( ) : double
리턴 double
        double GetMagnitude()
        {
            return (w*w + x*x + y*y + z*z);
        }