diff options
Diffstat (limited to 'doc/html/tqwmatrix.html')
-rw-r--r-- | doc/html/tqwmatrix.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/tqwmatrix.html b/doc/html/tqwmatrix.html index c4f82e914..a37a2c2a3 100644 --- a/doc/html/tqwmatrix.html +++ b/doc/html/tqwmatrix.html @@ -235,20 +235,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 @@ -356,7 +356,7 @@ function. <h3 class=fn>bool <a name="operator!-eq"></a>TQWMatrix::operator!= ( const <a href="tqwmatrix.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="tqwmatrix.html">TQWMatrix</a> & <a name="operator*-eq"></a>TQWMatrix::operator*= ( const <a href="tqwmatrix.html">TQWMatrix</a> & m ) </h3> @@ -364,7 +364,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="tqwmatrix.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> |