| Portability | GHC |
|---|---|
| Stability | highly unstable |
| Maintainer | Stephen Tetley <stephen.tetley@gmail.com> |
| Safe Haskell | Safe-Infered |
Wumpus.Drawing.Shapes.Semiellipse
Description
Semiellipse.
- data Semiellipse u
- type DSemiellipse = Semiellipse Double
- semiellipse :: (Real u, Floating u, InterpretUnit u, Tolerance u) => u -> u -> Shape Semiellipse u
Documentation
data Semiellipse u Source
Instances
| Functor Semiellipse | |
| (Real u, Floating u) => CenterAnchor (Semiellipse u) | |
| (Real u, Floating u, Tolerance u) => ApexAnchor (Semiellipse u) | |
| (Real u, Floating u, InterpretUnit u, Tolerance u) => CardinalAnchor (Semiellipse u) | |
| (Real u, Floating u, InterpretUnit u, Tolerance u) => CardinalAnchor2 (Semiellipse u) | |
| (Real u, Floating u, InterpretUnit u, Tolerance u) => RadialAnchor (Semiellipse u) | |
| (Real u, Floating u) => BottomCornerAnchor (Semiellipse u) | |
| (Real u, Floating u) => Rotate (Semiellipse u) | |
| (Real u, Floating u) => RotateAbout (Semiellipse u) | |
| Fractional u => Scale (Semiellipse u) | |
| InterpretUnit u => Translate (Semiellipse u) |
type DSemiellipse = Semiellipse DoubleSource
semiellipse :: (Real u, Floating u, InterpretUnit u, Tolerance u) => u -> u -> Shape Semiellipse uSource
semiellipse : x_radius * y_radius -> Shape