BulletCSharp.btRigidBody.getLinearVelocity C# (CSharp) Method

getLinearVelocity() public method

public getLinearVelocity ( ) : SWIGTYPE_p_btVector3
return SWIGTYPE_p_btVector3
        public SWIGTYPE_p_btVector3 getLinearVelocity()
        {
            SWIGTYPE_p_btVector3 ret = new SWIGTYPE_p_btVector3(BulletDynamicsPINVOKE.btRigidBody_getLinearVelocity(swigCPtr), false);
            return ret;
        }