hgeometry-1.0.0.0: Geometric Algorithms, Data structures, and Data types.
Copyright(C) Frank Staals
Licensesee the LICENSE file
MaintainerFrank Staals
Safe HaskellSafe-Inferred
LanguageGHC2021

HGeometry.Polygon.Convex.Class

Description

A Simple polygon and some basic functions to interact with them.

Synopsis

Documentation

class SimplePolygon_ convexPolygon point r => ConvexPolygon_ convexPolygon point r Source #

Class modelling convex polygons.

Instances

Instances details
(SimplePolygon_ (SimplePolygonF f point) point r, Point_ point 2 r) => ConvexPolygon_ (ConvexPolygonF f point) point r Source # 
Instance details

Defined in HGeometry.Polygon.Convex.Implementation