Hoogle Search

Within LTS Haskell 24.31 (ghc-9.10.3)

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

  1. package vector-instances

    Orphan Instances for 'Data.Vector' Orphan Instances for Data.Vector.

  2. vectorAlignmentFns :: AlignmentFns

    Chart Graphics.Rendering.Chart.Backend

    Alignment to render on vector based graphics.

  3. vectorAlignmentFns :: AlignmentFns

    Chart Graphics.Rendering.Chart.Backend.Types

    Alignment to render on vector based graphics.

  4. vector_head_style :: Lens' VectorStyle PointStyle

    Chart Graphics.Rendering.Chart.Plot.Vectors

    No documentation available.

  5. vector_line_style :: Lens' VectorStyle LineStyle

    Chart Graphics.Rendering.Chart.Plot.Vectors

    No documentation available.

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

    cubicbezier Geom2D

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

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

    cubicbezier Geom2D

    Cross product of two vectors.

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

    cubicbezier Geom2D

    Distance between two vectors.

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

    cubicbezier Geom2D

    The lenght of the vector.

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

    cubicbezier Geom2D

    The lenght of the vector.

Page 31 of many | Previous | Next