main-image
sarit2d
Sarit2d is a library for Javascript created for drawing and solving 2d-geometric problems.The library contains many functions for drawing the main geometric shapes: segments, arcs, points, texts, etc.But the very core of the library are the functions for solving the most common geometry problems: intersections between shapes, areas calculation, geometric formulas, etc.With Sarit2d library it's possible solving hard problems through few code rows.
sarit2d
Sarit2d library is very comfortable because there is an online sandbox for writing and running the code. The image can be saved on pc.
sarit2d
There is also the possibility to use a tool with forms for accessing to the functions. Eg if the user selects the intersection between two circles, the software shows six forms: radius, center-x and center-y for each circle. After pressing the button, the page shows the results.
sarit2d
The library has a good documentation with examples and images that allow the user to write easily the code. The documentation contains all the functions sorted by alphabetical order.