#include <curve.h>
Public Member Functions | |
ControlPointAdd (RenderablePointVector &points) | |
void | operator() (const Vector3 &point) const |
Private Attributes | |
RenderablePointVector & | m_points |
Definition at line 147 of file curve.h.
ControlPointAdd::ControlPointAdd | ( | RenderablePointVector & | points | ) | [inline] |
void ControlPointAdd::operator() | ( | const Vector3 & | point | ) | const [inline] |
RenderablePointVector& ControlPointAdd::m_points [private] |
Definition at line 149 of file curve.h.
Referenced by operator()().