1
0
Fork 0

🚧 Made attributes retrievable

This commit is contained in:
joostdecock 2018-07-19 09:29:25 +00:00
parent ef84eb9468
commit 39f177dc26
3 changed files with 32 additions and 7 deletions

View file

@ -56,7 +56,5 @@ it('should return a line segment intersection', () => {
let g = new Point(0,49);
let h = new Point(-20,40);
let i = new Point(20,40);
console.log(utils.beamsCross(g,f,h,i));
});