BulletCSharp.btSoftBody.GetNodeIndexFromFace C# (CSharp) Method

GetNodeIndexFromFace() public method

public GetNodeIndexFromFace ( Face face ) : SWIGTYPE_p_btVector3
face Face
return SWIGTYPE_p_btVector3
        public SWIGTYPE_p_btVector3 GetNodeIndexFromFace(Face face)
        {
            SWIGTYPE_p_btVector3 ret = new SWIGTYPE_p_btVector3(BulletSoftBodyPINVOKE.btSoftBody_GetNodeIndexFromFace(swigCPtr, Face.getCPtr(face)), true);
            if (BulletSoftBodyPINVOKE.SWIGPendingException.Pending) throw BulletSoftBodyPINVOKE.SWIGPendingException.Retrieve();
            return ret;
        }