Internal: the structure used to a point of a ClarisWksGraph. More...
Public Member Functions | |
CurvePoint (MWAWVec2f point=MWAWVec2f()) | |
Public Attributes | |
MWAWVec2f | m_pos |
the main position More... | |
MWAWVec2f | m_controlPoints [2] |
the control point: previous, next More... | |
int | m_type |
the point type More... | |
Friends | |
std::ostream & | operator<< (std::ostream &o, CurvePoint const &pt) |
operator<< More... | |
Internal: the structure used to a point of a ClarisWksGraph.
|
friend |
operator<<
MWAWVec2f ClarisWksGraphInternal::CurvePoint::m_controlPoints[2] |
the control point: previous, next
Referenced by CurvePoint(), and ClarisWksGraph::readPolygonData().
MWAWVec2f ClarisWksGraphInternal::CurvePoint::m_pos |
the main position
int ClarisWksGraphInternal::CurvePoint::m_type |
the point type
Referenced by ClarisWksGraph::readPolygonData().