BulletCSharp.btMatrix3x3.transposeTimes C# (CSharp) Method

transposeTimes() public method

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