• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

  1. vectorAlignmentFns :: AlignmentFns

    Chart Graphics.Rendering.Chart.Backend

    Alignment to render on vector based graphics.

  2. vectorAlignmentFns :: AlignmentFns

    Chart Graphics.Rendering.Chart.Backend.Types

    Alignment to render on vector based graphics.

  3. vector_head_style :: Lens' VectorStyle PointStyle

    Chart Graphics.Rendering.Chart.Plot.Vectors

    No documentation available.

  4. vector_line_style :: Lens' VectorStyle LineStyle

    Chart Graphics.Rendering.Chart.Plot.Vectors

    No documentation available.

  5. vectorAngle :: RealFloat a => Point a -> a

    cubicbezier Geom2D

    The angle of the vector, in the range (-pi, pi].

  6. vectorCross :: Num a => Point a -> Point a -> a

    cubicbezier Geom2D

    Cross product of two vectors.

  7. vectorDistance :: Floating a => Point a -> Point a -> a

    cubicbezier Geom2D

    Distance between two vectors.

  8. vectorMag :: Floating a => Point a -> a

    cubicbezier Geom2D

    The lenght of the vector.

  9. vectorMagSquare :: Floating a => Point a -> a

    cubicbezier Geom2D

    The lenght of the vector.

  10. vectorIx :: Vector v a => Int -> Traversal' (v a) a

    optics-extra Data.Vector.Generic.Optics

    Like ix but polymorphic in the vector type.

Page 31 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete