| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Data.Text.ParagraphLayout.Rect
Description
Representation of an axis-aligned rectangle on a 2D plane, with one of its corners being a designated origin point.
Documentation
Instances
| Read a => Read (Rect a) | |
Defined in Data.Text.ParagraphLayout.Internal.Rect | |
| Show a => Show (Rect a) | |
| Eq a => Eq (Rect a) | |
x_terminus :: Num a => Rect a -> a #
y_terminus :: Num a => Rect a -> a #