Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Earclipper.Strings
Description
String conversion
- triangulateString :: String -> String
- toTriangleString :: String -> String
Documentation
triangulateString :: String -> String Source #
Triangulates the given polygons from string. Each polygon is delimited by newline. Returns the result as newline delimited string.
toTriangleString :: String -> String Source #
Triangulates the given polygons from string. Returns the result as string.