BulletCSharp.Body.velocity C# (CSharp) Méthode

velocity() public méthode

public velocity ( SWIGTYPE_p_btVector3 rpos ) : SWIGTYPE_p_btVector3
rpos SWIGTYPE_p_btVector3
Résultat SWIGTYPE_p_btVector3
        public SWIGTYPE_p_btVector3 velocity(SWIGTYPE_p_btVector3 rpos)
        {
            SWIGTYPE_p_btVector3 ret = new SWIGTYPE_p_btVector3(BulletSoftBodyPINVOKE.Body_velocity(swigCPtr, SWIGTYPE_p_btVector3.getCPtr(rpos)), true);
            if (BulletSoftBodyPINVOKE.SWIGPendingException.Pending) throw BulletSoftBodyPINVOKE.SWIGPendingException.Retrieve();
            return ret;
        }