BulletCSharp.btSoftBody.getVolume C# (CSharp) Méthode

getVolume() public méthode

public getVolume ( ) : float
Résultat float
        public float getVolume()
        {
            float ret = BulletSoftBodyPINVOKE.btSoftBody_getVolume(swigCPtr);
            return ret;
        }