From 6e4a70d41a2636ce99a1da7b6827ac5685ed3186 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 31 Jul 2025 13:38:31 +0900 Subject: Replace TRUE/FALSE with boolean values true/false - part 3 Signed-off-by: Michele Calgaro (cherry picked and manually edited from commit 6dd781c483eea56f51ae0eff47d857976b5d0f0d) --- doc/man/man3/tqwmatrix.3qt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/man/man3/tqwmatrix.3qt') diff --git a/doc/man/man3/tqwmatrix.3qt b/doc/man/man3/tqwmatrix.3qt index 211b8b9c5..2d334c898 100644 --- a/doc/man/man3/tqwmatrix.3qt +++ b/doc/man/man3/tqwmatrix.3qt @@ -283,17 +283,17 @@ Returns the inverted matrix. .PP If the matrix is singular (not invertible), the identity matrix is returned. .PP -If \fIinvertible\fR is not 0: the value of \fI*invertible\fR is set to TRUE if the matrix is invertible; otherwise \fI*invertible\fR is set to FALSE. +If \fIinvertible\fR is not 0: the value of \fI*invertible\fR is set to true if the matrix is invertible; otherwise \fI*invertible\fR is set to false. .PP See also isInvertible(). .PP Example: t14/cannon.cpp. .SH "bool QWMatrix::isIdentity () const" -Returns TRUE if the matrix is the identity matrix; otherwise returns FALSE. +Returns true if the matrix is the identity matrix; otherwise returns false. .PP See also reset(). .SH "bool QWMatrix::isInvertible () const" -Returns TRUE if the matrix is invertible; otherwise returns FALSE. +Returns true if the matrix is invertible; otherwise returns false. .PP See also invert(). .SH "double QWMatrix::m11 () const" @@ -380,11 +380,11 @@ Calling this method can be expensive, if rotations or shearing are used. If you .PP See also QWMatrix::mapRect(). .SH "bool QWMatrix::operator!= ( const QWMatrix & m ) const" -Returns TRUE if this matrix is not equal to \fIm\fR; otherwise returns FALSE. +Returns true if this matrix is not equal to \fIm\fR; otherwise returns false. .SH "QWMatrix & QWMatrix::operator*= ( const QWMatrix & m )" Returns the result of multiplying this matrix by matrix \fIm\fR. .SH "bool QWMatrix::operator== ( const QWMatrix & m ) const" -Returns TRUE if this matrix is equal to \fIm\fR; otherwise returns FALSE. +Returns true if this matrix is equal to \fIm\fR; otherwise returns false. .SH "void QWMatrix::reset ()" Resets the matrix to an identity matrix. .PP -- cgit v1.2.3