Box2DX.Common.Settings.FORCE_SCALE2 C# (CSharp) Method

FORCE_SCALE2() public static method

public static FORCE_SCALE2 ( x x ) : float
x x
return float
        public static float FORCE_SCALE2(x)
        {
            return x<<7;
        }