type NumType [t] Source # | |
Instance detailsDefined in Data.Geometry.Properties |
type NumType (Range a) Source # | |
Instance detailsDefined in Data.Geometry.Properties |
type NumType (I a) Source # | |
Instance detailsDefined in Data.Geometry.SegmentTree.Generic |
type NumType (Boundary g) Source # | |
Instance detailsDefined in Data.Geometry.Boundary |
type NumType (Cell r) Source # | |
Instance detailsDefined in Data.Geometry.QuadTree.Cell |
type NumType (Ellipse r) Source # | |
Instance detailsDefined in Data.Geometry.Ellipse |
type NumType (core :+ ext) Source # | |
Instance detailsDefined in Data.Geometry.Properties |
type NumType (Interval a r) Source # | |
Instance detailsDefined in Data.Geometry.Interval |
type NumType (Vector d r) Source # | |
Instance detailsDefined in Data.Geometry.Vector |
type NumType (Point d r) Source # | |
Instance detailsDefined in Data.Geometry.Point.Internal |
type NumType (Transformation d r) Source # | |
Instance detailsDefined in Data.Geometry.Transformation |
type NumType (Line d r) Source # | |
Instance detailsDefined in Data.Geometry.Line.Internal |
type NumType (HyperPlane d r) Source # | |
Instance detailsDefined in Data.Geometry.HyperPlane |
type NumType (HalfLine d r) Source # | |
Instance detailsDefined in Data.Geometry.HalfLine |
type NumType (HalfSpace d r) Source # | |
Instance detailsDefined in Data.Geometry.HalfSpace |
type NumType (SomePolygon p r) Source # | |
Instance detailsDefined in Data.Geometry.Polygon.Core |
type NumType (ConvexPolygon p r) Source # | |
Instance detailsDefined in Data.Geometry.Polygon.Convex |
type NumType (Triangulation p r) Source # | |
Instance detailsDefined in Algorithms.Geometry.DelaunayTriangulation.Types |
type NumType (Box d p r) Source # | |
Instance detailsDefined in Data.Geometry.Box.Internal |
type NumType (LineSegment d p r) Source # | |
Instance detailsDefined in Data.Geometry.LineSegment.Internal |
type NumType (PolyLine d p r) Source # | |
Instance detailsDefined in Data.Geometry.PolyLine |
type NumType (BezierSpline n d r) Source # | |
Instance detailsDefined in Data.Geometry.BezierSpline |
type NumType (Ball d p r) Source # | |
Instance detailsDefined in Data.Geometry.Ball |
type NumType (Triangle d p r) Source # | |
Instance detailsDefined in Data.Geometry.Triangle |
type NumType (Polygon t p r) Source # | |
Instance detailsDefined in Data.Geometry.Polygon.Core |
type NumType (PlaneGraph s v e f r) Source # | |
Instance detailsDefined in Data.PlaneGraph.Core |
type NumType (PlanarSubdivision s v e f r) Source # | |
Instance detailsDefined in Data.Geometry.PlanarSubdivision.Basic |
type NumType (Arrangement s l v e f r) Source # | |
Instance detailsDefined in Data.Geometry.Arrangement.Internal |