BulletCSharp.btQuaternion.farthest C# (CSharp) Method

farthest() public method

public farthest ( btQuaternion qd ) : btQuaternion
qd btQuaternion
return btQuaternion
        public btQuaternion farthest(btQuaternion qd)
        {
            btQuaternion ret = new btQuaternion(LinearMathPINVOKE.btQuaternion_farthest(swigCPtr, btQuaternion.getCPtr(qd)), true);
            if (LinearMathPINVOKE.SWIGPendingException.Pending) throw LinearMathPINVOKE.SWIGPendingException.Retrieve();
            return ret;
        }