kld-intersections icon indicating copy to clipboard operation
kld-intersections copied to clipboard

Error in the readme?

Open MrDoo71 opened this issue 6 years ago • 2 comments

I think this line:

const line = ShapeInfo.line([15, 75], [355, 140]);

should read:

const line = ShapeInfo.line(15, 75, 355, 140);

MrDoo71 avatar Sep 11 '19 06:09 MrDoo71

I think it is an error, but it shouldn't be. I'll leave this open to add in support for expressing points as 2-element arrays

thelonious avatar Sep 22 '19 22:09 thelonious

Thanks.

Forgot to say, excellent library, very useful.

Jase

On 22 Sep 2019, at 23:27, Kevin Lindsey [email protected] wrote:

I think it is an error, but it shouldn't be. I'll leave this open to add in support for expressing points as 2-element arrays

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/thelonious/kld-intersections/issues/44?email_source=notifications&email_token=AHUKA2OMUEISIUQKSU2XTJLQK7WNFA5CNFSM4IVPYNZ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD7JQUWY#issuecomment-533924443, or mute the thread https://github.com/notifications/unsubscribe-auth/AHUKA2L6QSCCPC2MZXJCJT3QK7WNFANCNFSM4IVPYNZQ.

MrDoo71 avatar Sep 23 '19 12:09 MrDoo71