BulletCSharp.btCollisionObject.getInterpolationAngularVelocity C# (CSharp) Метод

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

public getInterpolationAngularVelocity ( ) : SWIGTYPE_p_btVector3
Результат SWIGTYPE_p_btVector3
        public SWIGTYPE_p_btVector3 getInterpolationAngularVelocity()
        {
            SWIGTYPE_p_btVector3 ret = new SWIGTYPE_p_btVector3(BulletCollisionPINVOKE.btCollisionObject_getInterpolationAngularVelocity(swigCPtr), false);
            return ret;
        }