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. arrowV' :: (TypeableFloat n, Renderable (Path V2 n) b) => ArrowOpts n -> V2 n -> QDiagram b V2 n Any

    diagrams-lib Diagrams.TwoD

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

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

    diagrams-lib Diagrams.TwoD.Arrow

    arrow' opts len creates an arrow of length len using the given options, starting at the origin and ending at the point (len,0). In particular, it scales the given arrowShaft so that the entire arrow has length len.

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

    diagrams-lib Diagrams.TwoD.Arrow

    Create an arrow starting at s with length and direction determined by the vector v.

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

    diagrams-lib Diagrams.TwoD.Arrow

    No documentation available.

  5. arrowBetween :: (TypeableFloat n, Renderable (Path V2 n) b) => Point V2 n -> Point V2 n -> QDiagram b V2 n Any

    diagrams-lib Diagrams.TwoD.Arrow

    arrowBetween s e creates an arrow pointing from s to e with default parameters.

  6. arrowBetween' :: (TypeableFloat n, Renderable (Path V2 n) b) => ArrowOpts n -> Point V2 n -> Point V2 n -> QDiagram b V2 n Any

    diagrams-lib Diagrams.TwoD.Arrow

    arrowBetween' opts s e creates an arrow pointing from s to e using the given options. In particular, it scales and rotates arrowShaft to go between s and e, taking head, tail, and gaps into account.

  7. arrowFromLocatedTrail :: (Renderable (Path V2 n) b, RealFloat n, Typeable n) => Located (Trail V2 n) -> QDiagram b V2 n Any

    diagrams-lib Diagrams.TwoD.Arrow

    Turn a located trail into a default arrow by putting an arrowhead at the end of the trail.

  8. arrowFromLocatedTrail' :: (Renderable (Path V2 n) b, RealFloat n, Typeable n) => ArrowOpts n -> Located (Trail V2 n) -> QDiagram b V2 n Any

    diagrams-lib Diagrams.TwoD.Arrow

    Turn a located trail into an arrow using the given options.

  9. arrowHead :: 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 head of the arrow.

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

Page 29 of many | Previous | Next