Global Namespace
Inheritance Tree
Inheritance Graph
Name Index
namespace
Paths
template <size_t
Order
>
class Bezier
File:
Bezier.h
The Bezier class. It implements a Bezier curve for the given order.
-
Public Member functions
constructor
Bezier
()
Create a new Bezier.
virtual
void
draw
()
-
Private Data members
std::vector<
Vertex
>
controls_
The data...
-
Manipulators
void
add_control_point
(const
Vertex
&)
-
Add a new control point.
More...
Add a new control point.
Parameters:
p
A point
void
remove_control_point
(size_t
i
)
-
Remove the control point at index i.
More...
Remove the control point at index i.
Parameters:
i
An index
Generated on Tue Jul 20 09:41:03 2010 by
synopsis
(version devel)