earclipper-0.0.0.1: Ear Clipping Triangulation

Safe HaskellSafe
LanguageHaskell2010

Earclipper.Strings

Description

String conversion

Synopsis

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.