Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
readme.txt | 2011-09-21 | 1.3 kB | |
changeslog.txt | 2011-09-21 | 11.5 kB | |
notes.txt | 2011-09-21 | 1.1 kB | |
Euclide-0.6.4-src.zip | 2011-09-21 | 500.2 kB | |
Euclide-0.6.4.zip | 2011-09-21 | 1.2 MB | |
Totals: 5 Items | 1.7 MB | 0 |
README file for the program Euclide Presentation ==== Euclide is a dynamic geometry software. User places free geometrical shapes, like points, lines or circles. Other geometrical shapes can be constructed from existing ones, e.g. intersection points of curves, center of circle, projected points... When parent shapes are moved, children shapes are updated accordingly. Some measures can be made on the shapes (distance between a point and a shape, radius of a circle, angles of lines...), and can be used to create other shapes (line with the same angle as another line...). Transforms are supported: rotations, translations, symetries... as well as predicates, which return a boolean result (Is a point on a curve, are 3 points colinear...). and can build shapes dependent on them. The aim of Euclide is to be a bridge between true geometrical drawing, and more classical vectorial drawing program. The sofware is still largely in development, and many features are not yet implemented. Homepage of the project: http://jeuclide.sourceforge.net/ Run the program ==== To run Euclide, type the following: java -jar Euclide.jar In case of problem, the complete command should also work: java -cp Euclide.jar;./lib/javaGeom-0.9.0.jar;./lib/log4j-1.2.15.jar;./log Euclide