Idris2Doc : CyBy.Draw.Internal.Wedge

CyBy.Draw.Internal.Wedge

(source)

Definitions

wedgeDown : CoreDims=>PointId->PointId->ListPathCmd
  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: export
wedgeUp : CoreDims=>PointId->PointId->List (SVGAttribute"polygon") ->SVGNode
  Generates a wedged bond as a polygon.

Totality: total
Visibility: export
wave : CoreDims=>PointId->PointId->ListPathCmd
  Computes a "wavy" bond as a sequence of arcs on an SVG `<path>`.

Totality: total
Visibility: export