From 35c2186f544a4f7943c43581d4b67059edd15f4f Mon Sep 17 00:00:00 2001 From: FyloZ Date: Fri, 26 Jan 2024 19:22:09 -0500 Subject: [PATCH] Nom --- labo01/Math3D.h | 6 +++--- labo01/Operators.h | 6 +++--- labo01/Vector.h | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/labo01/Math3D.h b/labo01/Math3D.h index 8c8d706..05578a7 100644 --- a/labo01/Math3D.h +++ b/labo01/Math3D.h @@ -7,9 +7,9 @@ * rotation, des matrices de transformations en coordonnées homogènes et les * vecteurs 3D. * - * Nom: - * Code permanent : - * Email : + * Nom: William Nolin + * Code permanent : NOLW76060101 + * Email : william.nolin.1@ens.etsmtl.ca * */ diff --git a/labo01/Operators.h b/labo01/Operators.h index d4c438f..5f8e058 100644 --- a/labo01/Operators.h +++ b/labo01/Operators.h @@ -5,9 +5,9 @@ * * @brief Opérateurs arithmétiques pour les matrices et les vecteurs. * - * Nom: - * Code permanent : - * Email : + * Nom: William Nolin + * Code permanent : NOLW76060101 + * Email : william.nolin.1@ens.etsmtl.ca * */ diff --git a/labo01/Vector.h b/labo01/Vector.h index 8676e3d..44d3781 100644 --- a/labo01/Vector.h +++ b/labo01/Vector.h @@ -7,7 +7,7 @@ * * Nom: William Nolin * Code permanent : NOLW76060101 - * Email : William Nolin + * Email : william.nolin.1@ens.etsmtl.ca * */