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

Hoogle Search

Within LTS Haskell 24.3 (ghc-9.10.2)

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

  1. vectorAlignmentFns :: AlignmentFns

    Chart Graphics.Rendering.Chart.Backend.Types

    Alignment to render on vector based graphics.

  2. vector_head_style :: Lens' VectorStyle PointStyle

    Chart Graphics.Rendering.Chart.Plot.Vectors

    No documentation available.

  3. vector_line_style :: Lens' VectorStyle LineStyle

    Chart Graphics.Rendering.Chart.Plot.Vectors

    No documentation available.

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

    cubicbezier Geom2D

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

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

    cubicbezier Geom2D

    Cross product of two vectors.

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

    cubicbezier Geom2D

    Distance between two vectors.

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

    cubicbezier Geom2D

    The lenght of the vector.

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

    cubicbezier Geom2D

    The lenght of the vector.

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

    optics-extra Data.Vector.Generic.Optics

    Like ix but polymorphic in the vector type.

  10. vectorTraverse :: forall v w a b . (Vector v a, Vector w b) => IxTraversal Int (v a) (w b) a b

    optics-extra Data.Vector.Generic.Optics

    Indexed vector traversal for a generic vector.

Page 31 of many | Previous | Next

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