BulletCSharp.btSoftBody.clusterCom C# (CSharp) Method

clusterCom() public static method

public static clusterCom ( Cluster cluster ) : SWIGTYPE_p_btVector3
cluster Cluster
return SWIGTYPE_p_btVector3
        public static SWIGTYPE_p_btVector3 clusterCom(Cluster cluster)
        {
            SWIGTYPE_p_btVector3 ret = new SWIGTYPE_p_btVector3(BulletSoftBodyPINVOKE.btSoftBody_clusterCom__SWIG_0(Cluster.getCPtr(cluster)), true);
            return ret;
        }

Same methods

btSoftBody::clusterCom ( int cluster ) : SWIGTYPE_p_btVector3