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

clusterVelocity() public static méthode

public static clusterVelocity ( Cluster cluster, SWIGTYPE_p_btVector3 rpos ) : SWIGTYPE_p_btVector3
cluster Cluster
rpos SWIGTYPE_p_btVector3
Résultat 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;
        }