yampa-sdl2-0.1.0.2: Yampa and SDL2 made easy

Safe HaskellNone
LanguageHaskell2010

YampaSDL2.Drawable.Circle

Synopsis

Documentation

circle Source #

Arguments

:: Center

center of the circle

-> Double

radius

-> ShapeColour

colour

-> Int

zIndex

-> RenderObject 

Draw a circle

Example:

circle (V2 0 0) 100 (Filled orange) 2