Diagrams.Path

Constructing path-like things

class PathLike p

fromSegments

fromOffsets

fromVertices

segmentsFromVertices

pathLikeFromTrail

Closeable things

class Closeable p

Trails

data Trail v

Computing with trails

trailSegments'

trailOffsets

trailOffset

trailVertices

reverseTrail

addClosingSegment

fixTrail

Paths

data Path v

Constructing paths from trails

pathFromTrail

pathFromTrailAt

Computing with paths

pathVertices

pathOffsets

pathCentroid

expandPath

reversePath

fixPath

Miscellaneous

explodeTrail

explodePath

(~~)