The Bezier class. It implements a bezier curve for the given order.
| Public Member functions Summary: | |
| constructor | Bezier() |
| virtual void | draw() |
| Private Data members Summary: | |
| std::vector | _controls |
| Manipulators s Summary: | |
| void | add_control_point(const Vertex&) |
| void | remove_control_point(size_t i) |
| 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.