Various fixes
Former-commit-id: b375cb70e49effc001fb781028bd8b7d07044941 [formerly cbdadfbabd56bed8ffadbf3cbd7175e95908452f] Former-commit-id: 224bc14061ba65eff9b9d779104c5df95e63e905
This commit is contained in:
@@ -750,7 +750,7 @@ namespace Nz
|
||||
* \brief Inverts this matrix
|
||||
* \return A reference to this matrix inverted
|
||||
*
|
||||
* \param bool Optional argument to know if matrix has been successfully inverted
|
||||
* \param succeeded Optional argument to know if matrix has been successfully inverted
|
||||
*
|
||||
* \see InverseAffine
|
||||
*/
|
||||
@@ -769,7 +769,7 @@ namespace Nz
|
||||
* \brief Inverts this matrix
|
||||
* \return A reference to this matrix inverted
|
||||
*
|
||||
* \param bool Optional argument to know if matrix has been successfully inverted
|
||||
* \param succeeded Optional argument to know if matrix has been successfully inverted
|
||||
*
|
||||
* \see Inverse
|
||||
*/
|
||||
@@ -1487,7 +1487,7 @@ namespace Nz
|
||||
* \brief Compares the matrix to other one
|
||||
* \return true if the matrices are the same
|
||||
*
|
||||
* \param matrix Other matrix to compare with
|
||||
* \param mat Other matrix to compare with
|
||||
*/
|
||||
|
||||
template<typename T>
|
||||
@@ -1504,7 +1504,7 @@ namespace Nz
|
||||
* \brief Compares the matrix to other one
|
||||
* \return false if the matrices are the same
|
||||
*
|
||||
* \param matrix Other matrix to compare with
|
||||
* \param mat Other matrix to compare with
|
||||
*/
|
||||
|
||||
template<typename T>
|
||||
|
||||
Reference in New Issue
Block a user