Hoogle Search

Within LTS Haskell 24.55 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. arrowShaft :: forall n f . Functor f => (Trail V2 n -> f (Trail V2 n)) -> ArrowOpts n -> f (ArrowOpts n)

    diagrams-lib Diagrams.TwoD.Arrow

    The trail to use for the arrow shaft.

  2. arrowTail :: forall n f . Functor f => (ArrowHT n -> f (ArrowHT n)) -> ArrowOpts n -> f (ArrowOpts n)

    diagrams-lib Diagrams.TwoD.Arrow

    A shape to place at the tail of the arrow.

  3. arrowV :: (TypeableFloat n, Renderable (Path V2 n) b) => V2 n -> QDiagram b V2 n Any

    diagrams-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.

  4. arrowV' :: (TypeableFloat n, Renderable (Path V2 n) b) => ArrowOpts n -> V2 n -> QDiagram b V2 n Any

    diagrams-lib Diagrams.TwoD.Arrow

    arrowV' v creates an arrow with the direction and norm of the vector v (with its tail at the origin).

  5. arrowheadDart :: RealFloat n => Angle n -> ArrowHT n

    diagrams-lib Diagrams.TwoD.Arrowheads

    Isoceles triangle with linear concave base. Inkscape type 1 - dart like.

  6. arrowheadHalfDart :: RealFloat n => Angle n -> ArrowHT n

    diagrams-lib Diagrams.TwoD.Arrowheads

    Top half of an arrowheadDart.

  7. arrowheadSpike :: RealFloat n => Angle n -> ArrowHT n

    diagrams-lib Diagrams.TwoD.Arrowheads

    Isoceles triangle with curved concave base. Inkscape type 2.

  8. arrowheadThorn :: RealFloat n => Angle n -> ArrowHT n

    diagrams-lib Diagrams.TwoD.Arrowheads

    Curved sides, linear concave base. Illustrator CS5 #3

  9. arrowheadTriangle :: RealFloat n => Angle n -> ArrowHT n

    diagrams-lib Diagrams.TwoD.Arrowheads

    Isoceles triangle style. The above example specifies an angle of `2/5 Turn`.

  10. arrowtailBlock :: RealFloat n => Angle n -> ArrowHT n

    diagrams-lib Diagrams.TwoD.Arrowheads

    No documentation available.

Page 30 of many | Previous | Next