Hoogle Search
Within LTS Haskell 24.39 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
PerspectiveLens :: Angle n -> Angle n -> PerspectiveLens ndiagrams-lib Diagrams.ThreeD.Camera No documentation available.
-
diagrams-lib Diagrams.ThreeD.Light A ParallelLight casts parallel rays in the specified direction, from some distant location outside the scene.
ParallelLight :: V3 n -> Colour Double -> ParallelLight ndiagrams-lib Diagrams.ThreeD.Light No documentation available.
-
diagrams-lib Diagrams.ThreeD.Light A PointLight radiates uniformly in all directions from a given point.
PointLight :: Point V3 n -> Colour Double -> PointLight ndiagrams-lib Diagrams.ThreeD.Light No documentation available.
module Diagrams.ThreeD.
Projection 3D projections are a way of viewing a three-dimensional objects on a two-dimensional plane. This module can be used with the functions in Linear.Projection. Disclaimer: This module should be considered experimental and is likely to change.
-
diagrams-lib Diagrams.ThreeD.Types No documentation available.
-
diagrams-lib Diagrams.TwoD No documentation available.
-
diagrams-lib Diagrams.TwoD Determine how a polygon should be oriented.
PolyPolar :: [Angle n] -> [n] -> PolyType ndiagrams-lib Diagrams.TwoD A "polar" polygon.
- The first argument is a list of central angles from each vertex to the next.
- The second argument is a list of radii from the origin to each successive vertex.