mikhaildubov / computational-geometryLinks
Computational geometry algorithms in Java
☆130Updated 9 years ago
Alternatives and similar repositories for computational-geometry
Users that are interested in computational-geometry are comparing it to the libraries listed below
Sorting:
- weighted straight skeleton java implementation☆76Updated 11 months ago
- Mepp - 3D MEsh Processing Platform☆49Updated 7 years ago
- iGeo: Computational Design and 3D Modeling Library for Processing☆154Updated 8 months ago
- Carve is a fast, robust constructive solid geometry library. (fork from https://code.google.com/p/carve/)☆121Updated 11 years ago
- Open-source, cross-platform NURBS☆798Updated 9 months ago
- C++ implementation of the Medial Axis Shrinking Ball algorithm☆128Updated 4 years ago
- Relatively Robust Divide and Conquer 2D Delaunay Construction Algorithm in $O(n \log n)$☆127Updated 7 years ago
- Delaunay and Constrained Delaunay Triangulations in Java, providing high-performance utilities for modeling surfaces with support for Lid…☆181Updated this week
- 2D voronoi diagram for point and line-segment sites using incremental topology-oriented algorithm. C++ with python bindings. Licensed und…☆217Updated 2 years ago
- 3D Boolean / CSG Library☆437Updated 5 years ago
- An implementation and presentation of selected mesh generation algorithms☆80Updated 5 years ago
- A C++ half-edge data structure for a triangle mesh with no external dependencies whatsoever. Public domain.☆117Updated 13 years ago
- straight skeleton code implementing Aichholzer and Aurenhammer's Triangulation based algorithm