Graphics.Gloss.Shapes
Description
Functions for drawing shapes that aren't constructors of the Picture
data type.
- lineLoop :: Path -> Picture
- rectangleWire :: Float -> Float -> Picture
- rectangleSolid :: Float -> Float -> Picture
- rectanglePath :: Float -> Float -> Path
- rectangleUpperWire :: Float -> Float -> Picture
- rectangleUpperSolid :: Float -> Float -> Picture
- rectangleUpperPath :: Float -> Float -> Path
Documentation
A wireframe rectangle centered about the origin.
A solid rectangle centered about the origin.
A path representing a rectangle centered about the origin.
A wireframe rectangle in the y > 0 half of the x-y plane.
A sold rectangle in the y > 0 half of the x-y plane.
A path representing a rectangle in the y > 0 half of the x-y plane.