🚧 Made attributes retrievable
This commit is contained in:
parent
ef84eb9468
commit
39f177dc26
3 changed files with 32 additions and 7 deletions
|
@ -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));
|
||||
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue