Global Module
Inheritance Tree
Inheritance Graph
Name Index
namespace
Paths
template <size_t
Order
>
class Bezier
File:
Bezier.h
(
xref
)
(
Source
)
The Bezier class. It implements a bezier curve for the given order.
Public Member functions Summary:
constructor
Bezier
()
(
xref
)
(
Source
)
Create a new Bezier.
void
add_control_point
(const
Vertex
&)
(
xref
)
(
Source
)
Add a new control point.
void
remove_control_point
(size_t
i
)
(
xref
)
(
Source
)
Remove the control point at index i.
virtual
void
draw
()
(
xref
)
(
Source
)
Private Data members Summary:
std::vector<
Vertex
>
controls_
(
xref
)
(
Source
)
The data...
Manipulators s Summary:
void
add_control_point
(const
Vertex
&)
(
xref
)
(
Source
)
Add a new control point.
void
remove_control_point
(size_t
i
)
(
xref
)
(
Source
)
Remove the control point at index i.
Public Member function Details:
constructor
Bezier
()
(
xref
)
(
Source
)
Create a new Bezier.
void
add_control_point
(const
Vertex
&)
(
xref
)
(
Source
)
Add a new control point.
Parameters:
p
A point
void
remove_control_point
(size_t
i
)
(
xref
)
(
Source
)
Remove the control point at index i.
Parameters:
i
An index
Private Data member Details:
std::vector<
Vertex
>
controls_
(
xref
)
(
Source
)
The data...
Manipulators Details:
void
add_control_point
(const
Vertex
&)
(
xref
)
(
Source
)
Add a new control point.
Parameters:
p
A point
void
remove_control_point
(size_t
i
)
(
xref
)
(
Source
)
Remove the control point at index i.
Parameters:
i
An index
Generated on Wed Dec 20 10:58:38 2006 by
synopsis