lambdacube-ir-0.3.0.1: LambdaCube 3D intermediate representation of 3D graphics pipelines

Safe HaskellNone
LanguageHaskell2010

LambdaCube.Mesh

Documentation

data Mesh Source #

Instances

Eq Mesh Source # 

Methods

(==) :: Mesh -> Mesh -> Bool #

(/=) :: Mesh -> Mesh -> Bool #

Ord Mesh Source # 

Methods

compare :: Mesh -> Mesh -> Ordering #

(<) :: Mesh -> Mesh -> Bool #

(<=) :: Mesh -> Mesh -> Bool #

(>) :: Mesh -> Mesh -> Bool #

(>=) :: Mesh -> Mesh -> Bool #

max :: Mesh -> Mesh -> Mesh #

min :: Mesh -> Mesh -> Mesh #

Show Mesh Source # 

Methods

showsPrec :: Int -> Mesh -> ShowS #

show :: Mesh -> String #

showList :: [Mesh] -> ShowS #

ToJSON Mesh Source # 
FromJSON Mesh Source # 

Methods

parseJSON :: Value -> Parser Mesh #