From 9546ed4297831e5f3b23de7279984a719dee10f0 Mon Sep 17 00:00:00 2001
From: ZaellixA <axilleaz@protonmail.com>
Date: Mon, 17 Mar 2025 08:54:28 +0000
Subject: [PATCH] Update header documentation to show correct direction of
 rotations

---
 Utilities/Geometries/MATLAB/Functions/rcvGeo.m | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Utilities/Geometries/MATLAB/Functions/rcvGeo.m b/Utilities/Geometries/MATLAB/Functions/rcvGeo.m
index a9f37ee..9961c97 100644
--- a/Utilities/Geometries/MATLAB/Functions/rcvGeo.m
+++ b/Utilities/Geometries/MATLAB/Functions/rcvGeo.m
@@ -3,7 +3,7 @@
 % Author: Achilles Kappis
 % e-mail: axilleaz@protonmail.com
 %
-% Date: 13/02/2025 (DD/MM/YYYY)
+% Date: 16/03/2025 (DD/MM/YYYY)
 %
 % Copyright: MIT
 % --------------------------------------------------
@@ -52,8 +52,8 @@
 % 
 % rot [numeric] (Optional): This is a real vector holding the rotation for
 %                           the geometry in degrees, along each Cartesian
-%                           axis. The rotations are performed clockwise.
-%                           [Default: zeros(3, 1)].
+%                           axis. The rotations are performed
+%                           anticlockwise. [Default: zeros(3, 1)].
 % 
 % rotOrd [char/string] (Optional): The order the rotations will be applied.
 %                                  This can be some permutation of the
-- 
GitLab