Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

  1. _vector_line_style :: VectorStyle -> LineStyle

    Chart Graphics.Rendering.Chart.Plot.Vectors

    No documentation available.

  2. plotVectorField :: (PlotValue x, PlotValue y) => PlotVectors x y -> Plot x y

    Chart Graphics.Rendering.Chart.Plot.Vectors

    No documentation available.

  3. plot_vectors_grid :: forall x y f . Functor f => ([(x, y)] -> f [(x, y)]) -> PlotVectors x y -> f (PlotVectors x y)

    Chart Graphics.Rendering.Chart.Plot.Vectors

    No documentation available.

  4. plot_vectors_mapf :: forall x y f . Functor f => (((x, y) -> (x, y)) -> f ((x, y) -> (x, y))) -> PlotVectors x y -> f (PlotVectors x y)

    Chart Graphics.Rendering.Chart.Plot.Vectors

    No documentation available.

  5. plot_vectors_scale :: forall x y f . Functor f => (Double -> f Double) -> PlotVectors x y -> f (PlotVectors x y)

    Chart Graphics.Rendering.Chart.Plot.Vectors

    No documentation available.

  6. plot_vectors_style :: forall x y f . Functor f => (VectorStyle -> f VectorStyle) -> PlotVectors x y -> f (PlotVectors x y)

    Chart Graphics.Rendering.Chart.Plot.Vectors

    No documentation available.

  7. plot_vectors_title :: forall x y f . Functor f => (String -> f String) -> PlotVectors x y -> f (PlotVectors x y)

    Chart Graphics.Rendering.Chart.Plot.Vectors

    No documentation available.

  8. plot_vectors_values :: forall x y f . Functor f => ([((x, y), (x, y))] -> f [((x, y), (x, y))]) -> PlotVectors x y -> f (PlotVectors x y)

    Chart Graphics.Rendering.Chart.Plot.Vectors

    No documentation available.

  9. applyVectorTransformation :: Transformation -> Vector -> Vector

    Rasterific Graphics.Rasterific.Transformations

    Effectively transform a vector given a transformation. The translation part won't be applied.

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

    cubicbezier Geom2D

    The unitvector with the given angle.

Page 78 of many | Previous | Next