Skip to content

Commit

Permalink
working on intersection
Browse files Browse the repository at this point in the history
  • Loading branch information
bgpoythress committed May 21, 2018
1 parent 8245fa7 commit e74035e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/IntersectionMath.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit e74035e

Please sign in to comment.