BulletCSharp.btSoftBody.getVolume C# (CSharp) Method

getVolume() public method

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