BulletCSharp.btSoftBody.clusterVelocity C# (CSharp) Method

clusterVelocity() public static method

public static clusterVelocity ( Cluster cluster, SWIGTYPE_p_btVector3 rpos ) : SWIGTYPE_p_btVector3
cluster Cluster
rpos SWIGTYPE_p_btVector3
return SWIGTYPE_p_btVector3
        public static SWIGTYPE_p_btVector3 clusterVelocity(Cluster cluster, SWIGTYPE_p_btVector3 rpos)
        {
            SWIGTYPE_p_btVector3 ret = new SWIGTYPE_p_btVector3(BulletSoftBodyPINVOKE.btSoftBody_clusterVelocity(Cluster.getCPtr(cluster), SWIGTYPE_p_btVector3.getCPtr(rpos)), true);
            if (BulletSoftBodyPINVOKE.SWIGPendingException.Pending) throw BulletSoftBodyPINVOKE.SWIGPendingException.Retrieve();
            return ret;
        }