@eturnity/eturnity_maths
Advanced tools
Comparing version 6.34.3-EPDM-8157.1 to 6.34.3-EPDM-8157.2
{ | ||
"name": "@eturnity/eturnity_maths", | ||
"version": "6.34.3-EPDM-8157.1", | ||
"version": "6.34.3-EPDM-8157.2", | ||
"author": "Eturnity Team", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -45,2 +45,4 @@ | ||
point.z=verticalProjectionOnPlane(point,this.normalVector,this.center).z | ||
}else{ | ||
point.z=this.center.z | ||
} | ||
@@ -47,0 +49,0 @@ let distance = get3DDistanceBetweenPoints(point, this.center) |
99896
3115