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.
vectorAlignmentFns :: AlignmentFnsChart Graphics.Rendering.Chart.Backend.Types Alignment to render on vector based graphics.
vector_head_style :: Lens' VectorStyle PointStyleChart Graphics.Rendering.Chart.Plot.Vectors No documentation available.
vector_line_style :: Lens' VectorStyle LineStyleChart Graphics.Rendering.Chart.Plot.Vectors No documentation available.
vectorAngle :: RealFloat a => Point a -> acubicbezier Geom2D vectorCross :: Num a => Point a -> Point a -> acubicbezier Geom2D Cross product of two vectors.
vectorDistance :: Floating a => Point a -> Point a -> acubicbezier Geom2D Distance between two vectors.
vectorMag :: Floating a => Point a -> acubicbezier Geom2D The lenght of the vector.
vectorMagSquare :: Floating a => Point a -> acubicbezier Geom2D The lenght of the vector.
vectorIx :: Vector v a => Int -> Traversal' (v a) aoptics-extra Data.Vector.Generic.Optics Like ix but polymorphic in the vector type.
vectorTraverse :: forall v w a b . (Vector v a, Vector w b) => IxTraversal Int (v a) (w b) a boptics-extra Data.Vector.Generic.Optics Indexed vector traversal for a generic vector.