SFML-2.3.2.2: SFML bindings

Safe HaskellSafe-Inferred
LanguageHaskell98

SFML.System.Vector2

Documentation

data Vec2i

Constructors

Vec2i !Int !Int 

data Vec2u

Constructors

Vec2u !Word !Word 

data Vec2f

Constructors

Vec2f !Float !Float