SharpMath.AngleAxis.GetRevNum C# (CSharp) Method

GetRevNum() public method

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