gloss-rendering-1.9.1.1: Gloss Picture data type and rendering functions.

Safe HaskellSafe-Inferred
LanguageHaskell2010

Graphics.Gloss.Geometry.Angle

Description

Geometric functions concerning angles. If not otherwise specified, all angles are in radians.

Synopsis

Documentation

degToRad :: Float -> Float Source

Convert degrees to radians

radToDeg :: Float -> Float Source

Convert radians to degrees

normaliseAngle :: Float -> Float Source

Normalise an angle to be between 0 and 2*pi radians