Hoogle Search
Within LTS Haskell 24.6 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
diagrams-lib Diagrams.TwoD.Arrow A shape to place at the tail of the arrow.
arrowV :: (TypeableFloat n, Renderable (Path V2 n) b) => V2 n -> QDiagram b V2 n Anydiagrams-lib Diagrams.TwoD.Arrow arrowV v creates an arrow with the direction and norm of the vector v (with its tail at the origin), using default parameters.
arrowV' :: (TypeableFloat n, Renderable (Path V2 n) b) => ArrowOpts n -> V2 n -> QDiagram b V2 n Anydiagrams-lib Diagrams.TwoD.Arrow arrowV' v creates an arrow with the direction and norm of the vector v (with its tail at the origin).
arrowheadDart :: RealFloat n => Angle n -> ArrowHT ndiagrams-lib Diagrams.TwoD.Arrowheads Isoceles triangle with linear concave base. Inkscape type 1 - dart like.
arrowheadHalfDart :: RealFloat n => Angle n -> ArrowHT ndiagrams-lib Diagrams.TwoD.Arrowheads Top half of an arrowheadDart.
arrowheadSpike :: RealFloat n => Angle n -> ArrowHT ndiagrams-lib Diagrams.TwoD.Arrowheads Isoceles triangle with curved concave base. Inkscape type 2.
arrowheadThorn :: RealFloat n => Angle n -> ArrowHT ndiagrams-lib Diagrams.TwoD.Arrowheads Curved sides, linear concave base. Illustrator CS5 #3
arrowheadTriangle :: RealFloat n => Angle n -> ArrowHT ndiagrams-lib Diagrams.TwoD.Arrowheads Isoceles triangle style. The above example specifies an angle of `2/5 Turn`.
arrowtailBlock :: RealFloat n => Angle n -> ArrowHT ndiagrams-lib Diagrams.TwoD.Arrowheads No documentation available.
arrowtailQuill :: OrderedField n => Angle n -> ArrowHT ndiagrams-lib Diagrams.TwoD.Arrowheads The angle is where the top left corner intersects the circle.