From 222d7236759ff293b52a5237d258fd0c42d5ef97 Mon Sep 17 00:00:00 2001 From: Persson-dev Date: Thu, 29 Feb 2024 22:38:36 +0100 Subject: [PATCH] improve matrix doc --- include/Vect.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/Vect.h b/include/Vect.h index b2bbb94..07f23f5 100644 --- a/include/Vect.h +++ b/include/Vect.h @@ -85,6 +85,7 @@ class VectAffine { /** * \brief Retourne l'origine de l'espace affine + * \return Un vecteur colonne */ const Matrix& GetOrigin() const { return m_Origin;