#include <brush.h>
Public Member Functions | |
RenderablePointVectorPushBack (RenderablePointVector &points) | |
void | operator() (const Vector3 &point) const |
Private Attributes | |
RenderablePointVector & | m_points |
Definition at line 2453 of file brush.h.
FaceInstance::RenderablePointVectorPushBack::RenderablePointVectorPushBack | ( | RenderablePointVector & | points | ) | [inline] |
void FaceInstance::RenderablePointVectorPushBack::operator() | ( | const Vector3 & | point | ) | const [inline] |
Definition at line 2461 of file brush.h.
References m_points, and pointvertex_for_windingpoint().
RenderablePointVector& FaceInstance::RenderablePointVectorPushBack::m_points [private] |
Definition at line 2455 of file brush.h.
Referenced by operator()().