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;
        }