BulletCSharp.Body.velocity C# (CSharp) Метод

velocity() публичный Метод

public velocity ( SWIGTYPE_p_btVector3 rpos ) : SWIGTYPE_p_btVector3
rpos SWIGTYPE_p_btVector3
Результат 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;
        }