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.
constructor
| std::ostream& operator<< | ( | std::ostream & | o, |
| Transformation const & | trans | ||
| ) | [friend] |
the original size
Referenced by ClarisDrawGraph::readShape(), and ClarisDrawGraph::readTransformations().
the rotation
Referenced by ClarisDrawGraph::readShape(), and ClarisDrawGraph::readTransformations().
other values
Referenced by ClarisDrawGraph::readTransformations(), and Transformation().