BulletCSharp.btSoftBody.clusterImpulse C# (CSharp) Method

clusterImpulse() public static method

public static clusterImpulse ( Cluster cluster, SWIGTYPE_p_btVector3 rpos, Impulse impulse ) : void
cluster Cluster
rpos SWIGTYPE_p_btVector3
impulse Impulse
return void
        public static void clusterImpulse(Cluster cluster, SWIGTYPE_p_btVector3 rpos, Impulse impulse)
        {
            BulletSoftBodyPINVOKE.btSoftBody_clusterImpulse(Cluster.getCPtr(cluster), SWIGTYPE_p_btVector3.getCPtr(rpos), Impulse.getCPtr(impulse));
            if (BulletSoftBodyPINVOKE.SWIGPendingException.Pending) throw BulletSoftBodyPINVOKE.SWIGPendingException.Retrieve();
        }