keid-geometry-0.1.1.3: Geometry primitives for Keid engine.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Geometry.Plane

Synopsis

Documentation

data Plane Source #

Constructors

Plane 

Fields

Instances

Instances details
Show Plane Source # 
Instance details

Defined in Geometry.Plane

xyBack :: Float -> Plane Source #

XY plane facing back.

xyFront :: Float -> Plane Source #

XY plane facing front.

xzUp :: Float -> Plane Source #

XZ plane facing up.

xzDown :: Float -> Plane Source #

XZ plane facing down.

yzLeft :: Float -> Plane Source #

YZ plane facing left.

yzRight :: Float -> Plane Source #

YZ plane facing right.