BulletCSharp.btSparseSdf3.Decompose C# (CSharp) Méthode

Decompose() public static méthode

public static Decompose ( float x ) : SWIGTYPE_p_btSparseSdfT_3_t__IntFrac
x float
Résultat 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;
        }