namespace Paths
template <size_t Order>
class Bezier
The Bezier class. It implements a Bezier curve for the given order.
Bezier-inheritance Scopes/Path.html
-Public Member functions
 constructor Bezier()
references
source code
Create a new Bezier.
virtual void draw()
references
source code
-Private Data members
std::vector<Vertex> controls_
references
source code
The data...
-Manipulators
 void add_control_point(const Vertex&)
references
source code

-

Add a new control point.
Parameters:
pA point
 void remove_control_point(size_t i)
references
source code

-

Remove the control point at index i.
Parameters:
iAn index