ClarisDrawGraphInternal::CurvePoint Struct Reference

Internal: the structure used to a point of a ClarisDrawGraph. 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...
 

Detailed Description

Internal: the structure used to a point of a ClarisDrawGraph.

Constructor & Destructor Documentation

◆ CurvePoint()

ClarisDrawGraphInternal::CurvePoint::CurvePoint ( MWAWVec2f  point = MWAWVec2f())
inlineexplicit

Friends And Related Function Documentation

◆ operator<<

std::ostream& operator<< ( std::ostream &  o,
CurvePoint const &  pt 
)
friend

operator<<

Member Data Documentation

◆ m_controlPoints

MWAWVec2f ClarisDrawGraphInternal::CurvePoint::m_controlPoints[2]

the control point: previous, next

Referenced by CurvePoint().

◆ m_pos

MWAWVec2f ClarisDrawGraphInternal::CurvePoint::m_pos

the main position

◆ m_type

int ClarisDrawGraphInternal::CurvePoint::m_type

the point type


The documentation for this struct was generated from the following file:

Generated for libmwaw by doxygen 1.8.14