Fixed spelling of height

Changed `Hight` to `Height`
This commit is contained in:
dvanderfaeillie 2019-01-04 17:08:54 +01:00 committed by GitHub
parent 5246f78d34
commit 5ed966f4e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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