geos-0.1.1.2: Bindings for GEOS.

Safe HaskellNone
LanguageHaskell2010

Data.Geometry.Geos.Buffer

Synopsis

Documentation

buffer :: Geometry a -> Double -> Int -> Some Geometry Source #

Returns a Geometry that represents all points whose distance from this geometry is less than or equal to the given width. The quadsegs argument sets the number of segments used to approximate a quarter circle.

data BufferParams Source #

Constructors

BufferParams 

Fields