#include <FBase.h>
Inheritance diagram for FlashMatrix::

Public Methods | |
| FlashMatrix () | |
| FlashMatrix (bool _scale, FlashFixed _scalex, FlashFixed _scaley, bool _rotate, FlashFixed _rotatex, FlashFixed _rotatey, SWORD _translatex, SWORD _translatey) | |
| void | SetScale (FlashFixed _scalex, FlashFixed _scaley) |
| void | SetRotate (FlashFixed _rotatex, FlashFixed _rotatey) |
| void | SetTranslate (SWORD _translatex, SWORD _translatey) |
| bool | HasScale () const |
| bool | HasRotate () const |
| FlashFixed | GetRotateX () const |
| FlashFixed | GetRotateY () const |
| FlashFixed | GetScaleX () const |
| FlashFixed | GetScaleY () const |
| FlashFixed | GetTranslateX () const |
| FlashFixed | GetTranslateY () const |
Private Attributes | |
| bool | scale |
| FlashFixed | scalex |
| FlashFixed | scaley |
| bool | rotate |
| FlashFixed | rotatex |
| FlashFixed | rotatey |
| SWORD | translatex |
| SWORD | translatey |
Friends | |
| std::ostream & | operator<< (std::ostream &out, const FlashMatrix &data) |
| std::istream & | operator>> (std::istream &in, FlashMatrix &data) |
|
|
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|||||||||||||||
|
|
|
|||||||||||||||
|
|
|
|||||||||||||||
|
|
|
|||||||||||||||
|
|
|
|||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.2.9 written by Dimitri van Heesch,
© 1997-2001