worldturtle-0.1.1.0: Turtle graphics.
Copyright(c) Archibald Neil MacDonald 2020
LicenseBSD3
MaintainerFortOyer@hotmail.co.uk
Stabilityexperimental
PortabilityPOSIX
Safe HaskellNone
LanguageHaskell2010

Graphics.WorldTurtle.Shapes

Description

This module exposes shapes not found in gloss but may be found to be worthwhile.

Synopsis

Documentation

turtleArrow Source #

Arguments

:: Color

Outline color

-> Color

Fill color

-> Picture

Arrow shape.

Creates the default turtle polygon arrow with a given outline color and fill color.

thickLine Source #

Arguments

:: Point

Starting point.

-> Point

Ending point.

-> Float

Line thickness.

-> Picture

Produced line.

Draws a line from a start-point to an end-point with a given thickness.