Copyright | (C) Frank Staals |
---|---|
License | see the LICENSE file |
Maintainer | Frank Staals |
Safe Haskell | None |
Language | GHC2021 |
A Simple polygon and some basic functions to interact with them.
Synopsis
- class SimplePolygon_ convexPolygon point r => ConvexPolygon_ convexPolygon point r
Documentation
class SimplePolygon_ convexPolygon point r => ConvexPolygon_ convexPolygon point r Source #
Class modelling convex polygons.
Instances
(SimplePolygon_ (SimplePolygonF f point) point r, Point_ point 2 r) => ConvexPolygon_ (ConvexPolygonF f point) point r Source # | |
Defined in HGeometry.Polygon.Convex.Implementation |