Hoogle Search

Within LTS Haskell 24.18 (ghc-9.10.3)

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

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

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

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

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

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

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

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

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

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

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

Page 29 of many | Previous | Next