BulletCSharp.btMatrix3x3.timesTranspose C# (CSharp) Method

timesTranspose() public method

public timesTranspose ( btMatrix3x3 m ) : btMatrix3x3
m btMatrix3x3
return btMatrix3x3
        public btMatrix3x3 timesTranspose(btMatrix3x3 m)
        {
            btMatrix3x3 ret = new btMatrix3x3(LinearMathPINVOKE.btMatrix3x3_timesTranspose(swigCPtr, btMatrix3x3.getCPtr(m)), true);
            if (LinearMathPINVOKE.SWIGPendingException.Pending) throw LinearMathPINVOKE.SWIGPendingException.Retrieve();
            return ret;
        }