HGamer3D-0.8.0: Toolset for the Haskell Game Programmer

Safe HaskellNone
LanguageHaskell98

HGamer3D.Data.TypeSynonyms

Description

Some common type synonyms

Synopsis

Documentation

type Scale = Vec3 Source #

Size implemented as a Vec3

type Position = Vec3 Source #

Position implemented as a Vec3

type Orientation = UnitQuaternion Source #

Orientation implemented as a UnitQuaternion