| Portability | GHC |
|---|---|
| Stability | highly unstable |
| Maintainer | Stephen Tetley <stephen.tetley@gmail.com> |
| Safe Haskell | Safe-Infered |
Wumpus.Drawing.Shapes.Rectangle
Description
Rectangle shape.
Note - CardinalAnchor2 (northeast etc.) point to their radial positions (this is a change since earlier versions).
Documentation
Instances
| Functor Rectangle | |
| (Ord u, Tolerance u) => Eq (Rectangle u) | |
| (Ord u, Tolerance u) => Ord (Rectangle u) | |
| Show u => Show (Rectangle u) | |
| (Real u, Floating u) => CenterAnchor (Rectangle u) | |
| (Real u, Floating u) => CardinalAnchor (Rectangle u) | |
| (Real u, Floating u, InterpretUnit u, Tolerance u) => CardinalAnchor2 (Rectangle u) | |
| (Real u, Floating u, InterpretUnit u, Tolerance u) => RadialAnchor (Rectangle u) | |
| (Real u, Floating u) => TopCornerAnchor (Rectangle u) | |
| (Real u, Floating u) => BottomCornerAnchor (Rectangle u) | |
| (Real u, Floating u) => SideMidpointAnchor (Rectangle u) | |
| (Real u, Floating u) => Rotate (Rectangle u) | |
| (Real u, Floating u) => RotateAbout (Rectangle u) | |
| Fractional u => Scale (Rectangle u) | |
| InterpretUnit u => Translate (Rectangle u) |
type DRectangle = Rectangle DoubleSource