Merge pull request #47 from dvanderfaeillie/patch-1

Fixed spelling of height
This commit is contained in:
Chow Loong Jin 2019-06-14 00:57:21 +08:00 committed by GitHub
commit 2a2dcf9cb6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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