Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. data PerspectiveLens n

    diagrams-lib Diagrams.ThreeD.Camera

    A perspective projection

  2. PerspectiveLens :: Angle n -> Angle n -> PerspectiveLens n

    diagrams-lib Diagrams.ThreeD.Camera

    No documentation available.

  3. data ParallelLight n

    diagrams-lib Diagrams.ThreeD.Light

    A ParallelLight casts parallel rays in the specified direction, from some distant location outside the scene.

  4. ParallelLight :: V3 n -> Colour Double -> ParallelLight n

    diagrams-lib Diagrams.ThreeD.Light

    No documentation available.

  5. data PointLight n

    diagrams-lib Diagrams.ThreeD.Light

    A PointLight radiates uniformly in all directions from a given point.

  6. PointLight :: Point V3 n -> Colour Double -> PointLight n

    diagrams-lib Diagrams.ThreeD.Light

    No documentation available.

  7. 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.

  8. type P3 = Point V3

    diagrams-lib Diagrams.ThreeD.Types

    No documentation available.

  9. type P2 = Point V2

    diagrams-lib Diagrams.TwoD

    No documentation available.

  10. data PolyOrientation n

    diagrams-lib Diagrams.TwoD

    Determine how a polygon should be oriented.

Page 292 of many | Previous | Next