Geometry.Plane
data Plane Source #
Constructors
Fields
Defined in Geometry.Plane
Methods
showsPrec :: Int -> Plane -> ShowS Source #
show :: Plane -> String Source #
showList :: [Plane] -> ShowS Source #
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.