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

checkFace() public méthode

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