| Copyright | (C) Frank Staals |
|---|---|
| License | see the LICENSE file |
| Maintainer | Frank Staals |
| Safe Haskell | None |
| Language | GHC2024 |
HGeometry.Polygon.Convex.Class
Description
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
| (ConvexPolygon_ convexPolygon point r, Default extra) => ConvexPolygon_ (convexPolygon :+ extra) point r Source # | |
Defined in HGeometry.Polygon.Convex.Class | |
| (SimplePolygon_ (SimplePolygonF f point) point r, Point_ point 2 r) => ConvexPolygon_ (ConvexPolygonF f point) point r Source # | |
Defined in HGeometry.Polygon.Convex.Internal | |