BulletCSharp.btCollisionObject.getInterpolationAngularVelocity C# (CSharp) Method

getInterpolationAngularVelocity() public method

public getInterpolationAngularVelocity ( ) : SWIGTYPE_p_btVector3
return SWIGTYPE_p_btVector3
        public SWIGTYPE_p_btVector3 getInterpolationAngularVelocity()
        {
            SWIGTYPE_p_btVector3 ret = new SWIGTYPE_p_btVector3(BulletCollisionPINVOKE.btCollisionObject_getInterpolationAngularVelocity(swigCPtr), false);
            return ret;
        }