keid-geometry-0.1.1.1: Geometry primitives for Keid engine.
Safe HaskellNone
LanguageHaskell2010

Geometry.Plane

Synopsis

Documentation

data Plane Source #

Constructors

Plane 

Fields

Instances

Instances details
Show Plane Source # 
Instance details

Defined in Geometry.Plane

Methods

showsPrec :: Int -> Plane -> ShowS #

show :: Plane -> String #

showList :: [Plane] -> ShowS #

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.