#include <brush.h>
Public Member Functions | |
SavedState (const FacePlane &facePlane) | |
void | exportState (FacePlane &facePlane) const |
Data Fields | |
PlanePoints | m_planepts |
Plane3 | m_plane |
Definition at line 597 of file brush.h.
FacePlane::SavedState::SavedState | ( | const FacePlane & | facePlane | ) | [inline] |
Definition at line 603 of file brush.h.
References m_planepts, FacePlane::planePoints(), and planepts_assign().
void FacePlane::SavedState::exportState | ( | FacePlane & | facePlane | ) | const [inline] |
Definition at line 608 of file brush.h.
References m_planepts, FacePlane::MakePlane(), FacePlane::planePoints(), and planepts_assign().
Referenced by Face::SavedState::exportState().
Definition at line 600 of file brush.h.
Referenced by exportState(), and SavedState().