From 5ed966f4e3b79e15c3a46a552745226e76221dcc Mon Sep 17 00:00:00 2001 From: dvanderfaeillie Date: Fri, 4 Jan 2019 17:08:54 +0100 Subject: [PATCH] Fixed spelling of height Changed `Hight` to `Height` --- 3d_triangle.scad | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/3d_triangle.scad b/3d_triangle.scad index f313433..f351498 100644 --- a/3d_triangle.scad +++ b/3d_triangle.scad @@ -205,7 +205,7 @@ function 3dtri_centerOfIn_circle (Acord,Bcord,Ccord,r) = // Acord : [x,y,z] Coordinates of vertex A // Bcord : [x,y,z] Coordinates of vertex B // Ccord : [x,y,z] Coordinates of vertex C -// h : real Hight of the triangle +// h : real Height of the triangle // RETURNS: // none // @@ -238,7 +238,7 @@ polyhedron (points=[Acord,Bcord,Ccord, // Acord : [x,y,z] Coordinates of vertex A // Bcord : [x,y,z] Coordinates of vertex B // Ccord : [x,y,z] Coordinates of vertex C -// h : real Hight of the triangle +// h : real Height of the triangle // r : real Radius from vertices coordinates // RETURNS: // none