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 | |
| MWAWVec2f | m_controlPoints [2] |
| the control point: previous, next | |
| int | m_type |
| the point type | |
Friends | |
| std::ostream & | operator<< (std::ostream &o, CurvePoint const &pt) |
| operator<< | |
Internal: the structure used to a point of a ClarisWksGraph.
| ClarisWksGraphInternal::CurvePoint::CurvePoint | ( | MWAWVec2f | point = MWAWVec2f() | ) | [inline] |
| std::ostream& operator<< | ( | std::ostream & | o, |
| CurvePoint const & | pt | ||
| ) | [friend] |
operator<<
the control point: previous, next
Referenced by CurvePoint(), and ClarisWksGraph::readPolygonData().
the main position
Referenced by ClarisWksGraph::readPolygonData().
the point type
Referenced by ClarisWksGraph::readPolygonData().