You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.markdown
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,8 @@
1
1
JavaScript-Geometry
2
2
===================
3
3
4
-
JavaScript-Geometry is (the start) of a collection of computation geometry algorithms implemented in JavaScript and designed to run in any modern browser. To use it, just include the javascript file of the algorithm you want to use.
4
+
JavaScript-Geometry is (the start) of a collection of computation geometry algorithms implemented in JavaScript and designed to run in any modern browser. To use it, just include the javascript file of the algorithm you want to use. Licensed under the Apache License, Version 2.0
5
+
5
6
6
7
For now it only implements one algorithm to find all intersections in a set of line segments in 2D.
0 commit comments