BulletCSharp.btSoftBody.clusterAImpulse C# (CSharp) Method

clusterAImpulse() public static method

public static clusterAImpulse ( Cluster cluster, Impulse impulse ) : void
cluster Cluster
impulse Impulse
return void
        public static void clusterAImpulse(Cluster cluster, Impulse impulse)
        {
            BulletSoftBodyPINVOKE.btSoftBody_clusterAImpulse(Cluster.getCPtr(cluster), Impulse.getCPtr(impulse));
            if (BulletSoftBodyPINVOKE.SWIGPendingException.Pending) throw BulletSoftBodyPINVOKE.SWIGPendingException.Retrieve();
        }