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.
arrowAt :: (TypeableFloat n, Renderable (Path V2 n) b) => Point V2 n -> V2 n -> QDiagram b V2 n Anydiagrams-lib Diagrams.TwoD.Arrow Create an arrow starting at s with length and direction determined by the vector v.
-
diagrams-lib Diagrams.TwoD.Arrow No documentation available.
-
diagrams-lib Diagrams.TwoD.Arrow arrowBetween s e creates an arrow pointing from s to e with default parameters.
-
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.
-
diagrams-lib Diagrams.TwoD.Arrow Turn a located trail into a default arrow by putting an arrowhead at the end of the trail.
-
diagrams-lib Diagrams.TwoD.Arrow Turn a located trail into an arrow using the given options.
-
diagrams-lib Diagrams.TwoD.Arrow A shape to place at the head of the arrow.
-
diagrams-lib Diagrams.TwoD.Arrow The trail to use for the arrow shaft.
-
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.