The Bezier class. It implements a bezier curve for the given order.
Public Member functions Summary: | |
constructor | Bezier() [xref] [Source] |
virtual void | draw() [xref] [Source] |
Private Data members Summary: | |
std::vector<Vertex> | _controls [xref] [Source] |
Manipulators s Summary: | |
[Source] | |
void | add_control_point(const Vertex&) [xref] [Source] |
void | remove_control_point(size_t i) [xref] [Source] |
Public Member function Details: |
Create a new Bezier.
Private Data member Details: |
The data...
Manipulators Details: |
Add a new control point.
Remove the control point at index i.