BulletCSharp.btSparseSdf3.Decompose C# (CSharp) Method

Decompose() public static method

public static Decompose ( float x ) : SWIGTYPE_p_btSparseSdfT_3_t__IntFrac
x float
return SWIGTYPE_p_btSparseSdfT_3_t__IntFrac
        public static SWIGTYPE_p_btSparseSdfT_3_t__IntFrac Decompose(float x)
        {
            SWIGTYPE_p_btSparseSdfT_3_t__IntFrac ret = new SWIGTYPE_p_btSparseSdfT_3_t__IntFrac(BulletSoftBodyPINVOKE.btSparseSdf3_Decompose(x), true);
            return ret;
        }