Safe Haskell | None |
---|---|
Language | Haskell2010 |
- buffer :: Geometry a -> Double -> Int -> Some Geometry
- defaultBufferParams :: BufferParams
- bufferWithParams :: Geometry a -> Double -> BufferParams -> Some Geometry
- data BufferParams = BufferParams {}
- data BufferJoinStyle
- data BufferCapStyle
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.
bufferWithParams :: Geometry a -> Double -> BufferParams -> Some Geometry Source #
data BufferParams Source #
BufferParams | |
|