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.

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

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

  3. 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).

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

    diagrams-lib Diagrams.TwoD.Arrowheads

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

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

    diagrams-lib Diagrams.TwoD.Arrowheads

    Top half of an arrowheadDart.

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

    diagrams-lib Diagrams.TwoD.Arrowheads

    Isoceles triangle with curved concave base. Inkscape type 2.

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

    diagrams-lib Diagrams.TwoD.Arrowheads

    Curved sides, linear concave base. Illustrator CS5 #3

  8. 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`.

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

    diagrams-lib Diagrams.TwoD.Arrowheads

    No documentation available.

  10. arrowtailQuill :: OrderedField n => Angle n -> ArrowHT n

    diagrams-lib Diagrams.TwoD.Arrowheads

    The angle is where the top left corner intersects the circle.

Page 30 of many | Previous | Next