MatGeom release v1.2.4
MatGeom is a library for geometric computing with Matlab. It is organized is several modules for 2D geometry, 3D geometry, polygon processing, or mesh processing.
Installation
The file "matGeom-X.Y.Z.zip" contains the functions of the library. The file "matGeom-X.Y.Z-full.zip" additionnally contains demonstration files as well as a number of unit tests.
After decompressing, running the script "setupMatGeom" should properly install the whole library.
New features in 1.2.4:
- meshes3d: added meshCurvature function
- meshes3d: added function meshVoronoiDiagram, to compute surface domains using face adjacency.
- meshes3d/drawMesh: added management of more input arguments
- geom3d: new function clipPlane (based on drawPlane)
Full Changelog: v1.2.3...v1.2.4