| 122 | } |
| 123 | |
| 124 | Matrix* Tr2Sprite2dTexture::GetTransform() |
| 125 | { |
| 126 | if( m_useTransform ) |
| 127 | { |
| 128 | m_transform = Transformation2DMatrix( &m_scalingCenter, m_scalingRotation, &m_scale, &m_rotationCenter, m_rotation, &m_translation ); |
| 129 | |
| 130 | return &m_transform; |
| 131 | } |
| 132 | |
| 133 | return NULL; |
| 134 | } |
| 135 | |
| 136 | bool Tr2Sprite2dTexture::IsLoading() const |
| 137 | { |
no outgoing calls
no test coverage detected