hgeometry: Geometric Algorithms, Data structures, and Data types.
HGeometry provides some basic geometry types, and geometric algorithms and data structures for them. The main two focusses are: (1) Strong type safety, and (2) implementations of geometric algorithms and data structures with good asymptotic running time guarantees. Note that HGeometry is still highly experimental, don't be surprised to find bugs.
[Skip to Readme]
Modules
[Index]
- Algorithms
- Geometry
- ConvexHull
- DelaunayTriangulation
- Algorithms.Geometry.Diameter
- EuclideanMST
- Algorithms.Geometry.LineSegmentIntersection
- LowerEnvelope
- PolyLineSimplification
- PolygonTriangulation
- SmallestEnclosingBall
- Algorithms.Geometry.Sweep
- WellSeparatedPairDecomposition
- Graph
- Algorithms.Util
- Geometry
- Control
- Monad
- Data
- Data.BalBST
- Data.BinaryTree
- CircularList
- Data.CircularSeq
- Data.Ext
- Data.Geometry
- Data.Geometry.Ball
- Data.Geometry.Boundary
- Data.Geometry.Box
- Data.Geometry.Duality
- Data.Geometry.HalfLine
- Data.Geometry.Interval
- Data.Geometry.IntervalTree
- Data.Geometry.Ipe
- Data.Geometry.KDTree
- Data.Geometry.Line
- Data.Geometry.LineSegment
- Data.Geometry.PlanarSubdivision
- Data.Geometry.Point
- Data.Geometry.PolyLine
- Data.Geometry.Polygon
- Data.Geometry.Properties
- Data.Geometry.SegmentTree
- Data.Geometry.Slab
- Data.Geometry.SubLine
- Data.Geometry.Transformation
- Data.Geometry.Triangle
- Data.Geometry.Vector
- Data.OrdSeq
- Data.Permutation
- Data.PlanarGraph
- Data.PlaneGraph
- Data.Range
- Data.Seq
- Data.Seq2
- Sequence
- Data.SlowSeq
- Data.UnBounded
- Data.Util
- Yaml
- System
- Random
- Test
- QuickCheck
Flags
Manual Flags
Name | Description | Default |
---|---|---|
examples | Build demonstration programs | Disabled |
interactive | Build interactive parts | Disabled |
Automatic Flags
Name | Description | Default |
---|---|---|
with-quickcheck | Include QuickCheck instances | Enabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- hgeometry-0.7.0.0.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 0.1.0.0, 0.1.1.0, 0.1.1.1, 0.4.0.0, 0.5.0.0, 0.6.0.0, 0.7.0.0, 0.8.0.0, 0.9.0.0, 0.10.0.0, 0.11.0.0, 0.12.0.0, 0.12.0.1, 0.12.0.2, 0.12.0.3, 0.12.0.4, 0.13, 0.14 |
---|---|
Change log | changelog.md |
Dependencies | aeson (>=1.0), base (>=4.10 && <4.12), bifunctors (>=4.1), bytestring (>=0.10), colour (>=2.3.3), containers (>=0.5.5), contravariant (>=1.4), data-clist (>=0.0.7.2), deepseq (>=1.1), dlist (>=0.7), fingertree (>=0.1), fixed-vector (>=1.0), hexpat (>=0.20.9), lens (>=4.2), linear (>=1.10), mtl, parsec (>=3), QuickCheck (>=2.5), quickcheck-instances (>=0.3), random, reflection (>=2.1), semigroupoids (>=5), semigroups (>=0.18), singletons (>=2.0), template-haskell, text (>=1.1.1.0), vector (>=0.11), vinyl (>=0.6 && <0.9), yaml (>=0.8) [details] |
Tested with | ghc >=8.2 |
License | BSD-3-Clause |
Author | Frank Staals |
Maintainer | frank@fstaals.net |
Revised | Revision 2 made by GeorgeWilson at 2019-03-27T05:36:28Z |
Category | Geometry |
Home page | https://fstaals.net/software/hgeometry |
Source repo | head: git clone https://github.com/noinia/hgeometry |
Uploaded | by FrankStaals at 2018-07-20T15:59:10Z |
Distributions | |
Reverse Dependencies | 6 direct, 8 indirect [details] |
Executables | hgeometry-examples, hgeometry-viewer |
Downloads | 12125 total (100 in the last 30 days) |
Rating | 2.0 (votes: 1) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2018-07-20 [all 1 reports] |