From ef44471efac77c72594316f329fed3cb5755bd05 Mon Sep 17 00:00:00 2001 From: Leonetienne Date: Mon, 15 Nov 2021 11:36:20 +0100 Subject: [PATCH] math class descriptions --- Eule/Math.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Eule/Math.h b/Eule/Math.h index 471ab40..482640f 100644 --- a/Eule/Math.h +++ b/Eule/Math.h @@ -3,7 +3,7 @@ namespace Eule { - /** Math utility class. + /** Math utility class containing basic functions. */ class Math {