STL-0.3.0.6: STL 3D geometry format parsing and pretty-printing
Graphics.Formats.STL.Parser
stlParser :: Parser STL Source #
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.
Text
STL
nameParser :: Parser Text Source #
triangle :: Parser Triangle Source #
loop :: Parser (Vector, Vector, Vector) Source #
normalParser :: Parser (Maybe Vector) Source #
vertex :: Parser Vector Source #
v3 :: Parser Vector Source #
ss :: Parser a -> Parser a Source #
text :: Text -> Parser Text Source #
float :: Parser Float Source #