hps-0.11: Haskell Postscript

Graphics.PS.Bezier

Description

Bezier functions.

Synopsis

Documentation

bezier4 :: Pt -> Pt -> Pt -> Pt -> Double -> PtSource

Four-point bezier curve interpolation. The index mu is in the range zero to one.