SharpMath.AngleAxis.GetRevNum C# (CSharp) 메소드

GetRevNum() 공개 메소드

public GetRevNum ( ) : int
리턴 int
        public int GetRevNum()
        {
            return (int) System.Math.Floor( 0.5f * Angle / System.Math.PI );
        }