js-intersections
js-intersections copied to clipboard
A JS utility class used to find intersections between any combination of lines, circles, ellipses, polylines, polygons, rectangles, quadratic beziers, and cubic beziers
Many times this program could be used in the context of a much larger application which uses namespaces (custom, google closures, ExtJS, etc...) Having no namespace can severely impact the...
Often people will use your library with other software, goog closures, etc..., where functions change name and can't be referred to by a literal string with square bracket notation. Example:...