Documentation
¶
Overview ¶
Package bezier implements 2D Bézier curve calculation.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Curve ¶
type Curve []point
Curve implements Bezier curve calculation according to the algorithm of Robert D. Miller.
Graphics Gems 5, 'Quick and Simple Bézier Curve Drawing', pages 206-209.
Click to show internal directories.
Click to hide internal directories.