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 More... | |
Vec2f | 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 CWGraph.
|
friend |
operator<<
Vec2f CWGraphInternal::CurvePoint::m_controlPoints[2] |
the control point: previous, next
Referenced by CurvePoint(), and CWGraph::readPolygonData().
Vec2f CWGraphInternal::CurvePoint::m_pos |
the main position
Referenced by CWGraph::readPolygonData().
int CWGraphInternal::CurvePoint::m_type |
the point type
Referenced by CWGraph::readPolygonData().