js-intersections icon indicating copy to clipboard operation
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

Results 2 js-intersections issues
Sort by recently updated
recently updated
newest added

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:...