@eturnity/eturnity_maths
Advanced tools
Comparing version 6.34.3-EPDM-8157.3 to 6.34.3-EPDM-8157.4
{ | ||
"name": "@eturnity/eturnity_maths", | ||
"version": "6.34.3-EPDM-8157.3", | ||
"version": "6.34.3-EPDM-8157.4", | ||
"author": "Eturnity Team", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
import { | ||
getDistanceBetweenPoints, | ||
get3DDistanceBetweenPoints, | ||
getPointOnLine, | ||
@@ -44,3 +45,3 @@ isSamePoint3D, | ||
mmLength(canvasContext) { | ||
return getDistanceBetweenPoints(this.outline[0], this.outline[1]) | ||
return get3DDistanceBetweenPoints(this.outline[0], this.outline[1]) | ||
} | ||
@@ -47,0 +48,0 @@ |
99971
3118