wedgeDown : CoreDims => Point Id -> Point Id -> List PathCmd Generates evenly distributed bars for a downward wedge
beween the two points.
This is a sequence of lines in an SVG `<path>`.
Totality: total
Visibility: exportwedgeUp : CoreDims => Point Id -> Point Id -> List (SVGAttribute "polygon") -> SVGNode Generates a wedged bond as a polygon.
Totality: total
Visibility: exportwave : CoreDims => Point Id -> Point Id -> List PathCmd Computes a "wavy" bond as a sequence of arcs on an SVG `<path>`.
Totality: total
Visibility: export