Internal: the structure used to store a transformation ClarisDrawGraph. More...
Public Member Functions | |
Transformation () | |
constructor |
Public Attributes | |
float | m_rotate |
the rotation | |
MWAWVec2f | m_originalSize |
the original size | |
float | m_values [2] |
other values |
Friends | |
std::ostream & | operator<< (std::ostream &o, Transformation const &trans) |
Internal: the structure used to store a transformation ClarisDrawGraph.
|
inline |
constructor
Referenced by operator<<.
|
friend |
MWAWVec2f ClarisDrawGraphInternal::Transformation::m_originalSize |
the original size
Referenced by operator<<, ClarisDrawGraph::readShape(), ClarisDrawGraph::readTransformations(), and Transformation().
float ClarisDrawGraphInternal::Transformation::m_rotate |
the rotation
Referenced by operator<<, ClarisDrawGraph::readShape(), ClarisDrawGraph::readTransformations(), and Transformation().
float ClarisDrawGraphInternal::Transformation::m_values[2] |
other values
Referenced by operator<<, ClarisDrawGraph::readTransformations(), and Transformation().