STL-0.2.0.2: STL 3D geometry format parsing and pretty-printing

Safe HaskellNone
LanguageHaskell2010

Graphics.Formats.STL.Parser

Synopsis

Documentation

stlParser :: Parser STL

A parser from Text to the STL type. The parser should be fairly permissive about whitespace, but has not been tested enough against STL files in the wild.

nameParser :: Parser Text

loop :: Parser Text (Vector, Vector, Vector)

vertex :: Parser Vector

v3 :: Parser Vector

ss :: Parser a -> Parser a

text :: Text -> Parser Text

float :: Parser Float