improve matrix doc
All checks were successful
Linux arm64 / Build (push) Successful in 36s

This commit is contained in:
2024-02-29 22:38:36 +01:00
parent e072d30995
commit 222d723675

View File

@@ -85,6 +85,7 @@ class VectAffine {
/** /**
* \brief Retourne l'origine de l'espace affine * \brief Retourne l'origine de l'espace affine
* \return Un vecteur colonne
*/ */
const Matrix& GetOrigin() const { const Matrix& GetOrigin() const {
return m_Origin; return m_Origin;