diff options
Diffstat (limited to 'doc/html/ntqwmatrix.html')
| -rw-r--r-- | doc/html/ntqwmatrix.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/ntqwmatrix.html b/doc/html/ntqwmatrix.html index ef053bd39..4906c46f3 100644 --- a/doc/html/ntqwmatrix.html +++ b/doc/html/ntqwmatrix.html @@ -236,20 +236,20 @@ Returns the inverted matrix. <p> If the matrix is singular (not invertible), the identity matrix is returned. <p> If <em>invertible</em> is not 0: the value of <em>*invertible</em> is set -to TRUE if the matrix is invertible; otherwise <em>*invertible</em> is -set to FALSE. +to true if the matrix is invertible; otherwise <em>*invertible</em> is +set to false. <p> <p>See also <a href="#isInvertible">isInvertible</a>(). <p>Example: <a href="tutorial1-14.html#x2433">t14/cannon.cpp</a>. <h3 class=fn>bool <a name="isIdentity"></a>TQWMatrix::isIdentity () const </h3> -Returns TRUE if the matrix is the identity matrix; otherwise returns FALSE. +Returns true if the matrix is the identity matrix; otherwise returns false. <p> <p>See also <a href="#reset">reset</a>(). <h3 class=fn>bool <a name="isInvertible"></a>TQWMatrix::isInvertible () const </h3> -<p> Returns TRUE if the matrix is invertible; otherwise returns FALSE. +<p> Returns true if the matrix is invertible; otherwise returns false. <p> <p>See also <a href="#invert">invert</a>(). <h3 class=fn>double <a name="m11"></a>TQWMatrix::m11 () const @@ -357,7 +357,7 @@ function. <h3 class=fn>bool <a name="operator!-eq"></a>TQWMatrix::operator!= ( const <a href="ntqwmatrix.html">TQWMatrix</a> & m ) const </h3> -Returns TRUE if this matrix is not equal to <em>m</em>; otherwise returns FALSE. +Returns true if this matrix is not equal to <em>m</em>; otherwise returns false. <h3 class=fn><a href="ntqwmatrix.html">TQWMatrix</a> & <a name="operator*-eq"></a>TQWMatrix::operator*= ( const <a href="ntqwmatrix.html">TQWMatrix</a> & m ) </h3> @@ -365,7 +365,7 @@ Returns the result of multiplying this matrix by matrix <em>m</em>. <h3 class=fn>bool <a name="operator-eq-eq"></a>TQWMatrix::operator== ( const <a href="ntqwmatrix.html">TQWMatrix</a> & m ) const </h3> -Returns TRUE if this matrix is equal to <em>m</em>; otherwise returns FALSE. +Returns true if this matrix is equal to <em>m</em>; otherwise returns false. <h3 class=fn>void <a name="reset"></a>TQWMatrix::reset () </h3> |
