BulletCSharp.btMatrix3x3.scaled C# (CSharp) Method

scaled() public method

public scaled ( btVector3 s ) : btMatrix3x3
s btVector3
return btMatrix3x3
        public btMatrix3x3 scaled(btVector3 s)
        {
            btMatrix3x3 ret = new btMatrix3x3(LinearMathPINVOKE.btMatrix3x3_scaled(swigCPtr, btVector3.getCPtr(s)), true);
            if (LinearMathPINVOKE.SWIGPendingException.Pending) throw LinearMathPINVOKE.SWIGPendingException.Retrieve();
            return ret;
        }