diff --git a/lib/IntersectionMath.js b/lib/IntersectionMath.js index 9f91cf5..3668924 100644 --- a/lib/IntersectionMath.js +++ b/lib/IntersectionMath.js @@ -34,6 +34,8 @@ function getIntersection(linePointVector, dVector, planePointVector, nVector){ + + function vector3MultiplyByConst(constant, vector){ var i = vector.elements[0] * constant; var j = vector.elements[1] * constant;