BulletCSharp.btSoftBody.checkFace C# (CSharp) Method

checkFace() public method

public checkFace ( int node0, int node1, int node2 ) : bool
node0 int
node1 int
node2 int
return bool
        public bool checkFace(int node0, int node1, int node2)
        {
            bool ret = BulletSoftBodyPINVOKE.btSoftBody_checkFace(swigCPtr, node0, node1, node2);
            return ret;
        }