Skip to content

Commit

Permalink
Export R3 constructors, more angle functions
Browse files Browse the repository at this point in the history
  • Loading branch information
bergey committed Oct 17, 2013
1 parent 01d7186 commit 7c8f8e7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/Diagrams/ThreeD/Types.hs
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,15 @@

module Diagrams.ThreeD.Types
( -- * 3D Euclidean space
R3, r3, unr3
R3(..), r3, unr3
, P3, p3, unp3
, T3

-- * Two-dimensional angles
-- | These are defined in "Diagrams.TwoD.Types" but
-- reëxported here for convenience.
, Angle(..)
, Turn(..), Rad(..), Deg(..)

, Turn(..), asTurn, CircleFrac, Rad(..), asRad, Deg(..), asDeg
, fullTurn, convertAngle, angleRatio

-- * Directions in 3D
Expand Down

0 comments on commit 7c8f8e7

Please sign in to comment.