From 2a66537af495598befbb81c2fded8c6f67ad53d6 Mon Sep 17 00:00:00 2001 From: Jean Sirmai Date: Thu, 28 Sep 2023 10:54:35 +0200 Subject: [PATCH] =?UTF-8?q?Le=20fichier=20graphics/graphics.c=20de=20ce=20?= =?UTF-8?q?commit=20est=20identique=20=C3=A0=20celui=20du=20ccommit=20168f?= =?UTF-8?q?a977a2ca95d4676967ca1cc7050f3e82e52a=20de=20la=20branche=20dev/?= =?UTF-8?q?arrows=5Fadd=5Fremove?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/graphics/arrows.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/graphics/arrows.c b/src/graphics/arrows.c index 95fd131..32681f3 100644 --- a/src/graphics/arrows.c +++ b/src/graphics/arrows.c @@ -91,7 +91,7 @@ void arrows_write_terminations (long x, long y, long z) graphics_write_color(0.0f, 1.0f, 0.0f); graphics_write_color(1.0f, 0.0f, 1.0f); - // Z - Z axis arrows tips near the faces centers NORTH - SOUTH + // Z - Z (NORTH - SOUTH) axis - arrows tips graphics_write_vertex (vx, vy, vz + (1 / max) - arrow_tip_padding); graphics_write_vertex (vx, vy, vz - (1 / max) + arrow_tip_padding); graphics_write_color(0.0f, 0.0f, 1.0f); @@ -100,7 +100,7 @@ void arrows_write_terminations (long x, long y, long z) } /* - * Writes edges for arrows oriented toward east or west into lines buffer + * Writes lines for arrow oriented towards east or west into lines buffer * * @param offset, * weight, @@ -117,7 +117,7 @@ void write_arrow_lines_east_west (long offset, int weight, int site) } /* - * Writes edges for arrows oriented toward zenith or nadir into lines buffer + * Writes lines for arrow oriented towards zenith or nadir into lines buffer * * @param offset, * weight, @@ -134,7 +134,7 @@ void write_arrow_lines_zenith_nadir (long offset, int weight, int site) } /* - * Writes edges for arrows oriented toward south or north into lines buffer + * Writes lines for arrow oriented towards south or north into lines buffer * * @param offset, * weight, @@ -151,7 +151,7 @@ void write_arrow_lines_south_north (long offset, int weight, int site) } /* - * Writes lines drawing arrows bases into lines buffer + * Writes lines for arrow basis into lines buffer * * @param offset *