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.
arrowKCompat :: Kind -> Kind -> Kindth-abstraction Language.Haskell.TH.Datatype No documentation available.
arrow' :: (TypeableFloat n, Renderable (Path V2 n) b) => ArrowOpts n -> n -> QDiagram b V2 n Anydiagrams-lib Diagrams.TwoD 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.
arrowAt :: (TypeableFloat n, Renderable (Path V2 n) b) => Point V2 n -> V2 n -> QDiagram b V2 n Anydiagrams-lib Diagrams.TwoD Create an arrow starting at s with length and direction determined by the vector v.
-
diagrams-lib Diagrams.TwoD No documentation available.
-
diagrams-lib Diagrams.TwoD arrowBetween s e creates an arrow pointing from s to e with default parameters.
-
diagrams-lib Diagrams.TwoD 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 A shape to place at the head of the arrow.
-
diagrams-lib Diagrams.TwoD The trail to use for the arrow shaft.
-
diagrams-lib Diagrams.TwoD 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 arrowV v creates an arrow with the direction and norm of the vector v (with its tail at the origin), using default parameters.