Directory listing for hgeometry-0.12.0.0 candidate source tarball
hgeometry-0.12.0.0/
- LICENSE
- README.md
- Setup.hs
- changelog.org
- doctests.hs
- hgeometry.cabal
- planargraph.hs
- benchmark/
- docs/
- src/
- Algorithms/
- Geometry/
- ClosestPair.hs
- ConvexHull.hs
- Diameter.hs
- EuclideanMST.hs
- InPolygon.hs
- LineSegmentIntersection.hs
- SSSP.hs
- SmallestEnclosingBall.hs
- SoS.hs
- WSPD.hs
- ClosestPair/
- ConvexHull/
- DelaunayTriangulation/
- Diameter/
- EuclideanMST/
- FrechetDistance/
- LineSegmentIntersection/
- LinearProgramming/
- LowerEnvelope/
- PolyLineSimplification/
- PolygonTriangulation/
- RedBlueSeparator/
- SSSP/
- SmallestEnclosingBall/
- SoS/
- VisibilityPolygon/
- WSPD/
- WellSeparatedPairDecomposition/
- Geometry/
- Data/
- Geometry.hs
- PlaneGraph.hs
- Geometry/
- Arrangement.hs
- Ball.hs
- BezierSpline.hs
- Boundary.hs
- Box.hs
- Directions.hs
- Duality.hs
- Ellipse.hs
- HalfLine.hs
- HalfSpace.hs
- HyperPlane.hs
- Interval.hs
- IntervalTree.hs
- KDTree.hs
- Line.hs
- LineSegment.hs
- Matrix.hs
- PlanarSubdivision.hs
- Point.hs
- PointLocation.hs
- PolyLine.hs
- Polygon.hs
- PrioritySearchTree.hs
- Properties.hs
- QuadTree.hs
- RangeTree.hs
- SegmentTree.hs
- Slab.hs
- SubLine.hs
- Transformation.hs
- Triangle.hs
- Vector.hs
- VerticalRayShooting.hs
- Arrangement/
- Box/
- Interval/
- Line/
- LineSegment/
- Matrix/
- PlanarSubdivision/
- Point/
- PointLocation/
- Polygon/
- QuadTree/
- RangeTree/
- SegmentTree/
- Vector/
- VerticalRayShooting/
- PlaneGraph/
- Graphics/
- Algorithms/