SharpMath.AngleAxis.GetRevNum C# (CSharp) Méthode

GetRevNum() public méthode

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