Internal: the structure used to a point of a CWGraph. More...
Public Member Functions | |
CurvePoint (Vec2f point=Vec2f()) | |
Public Attributes | |
Vec2f | m_pos |
the main position | |
Vec2f | 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 CWGraph.
CWGraphInternal::CurvePoint::CurvePoint | ( | Vec2f | point = Vec2f() | ) | [inline] |
std::ostream& operator<< | ( | std::ostream & | o, |
CurvePoint const & | pt | ||
) | [friend] |
operator<<
the control point: previous, next
Referenced by CurvePoint(), and CWGraph::readPolygonData().
the main position
Referenced by CWGraph::readPolygonData().
the point type
Referenced by CWGraph::readPolygonData().