| 730 | } |
| 731 | |
| 732 | void EveSOFDataHullBanner::SetAngleX( float angle ) |
| 733 | { |
| 734 | m_angleX = angle; |
| 735 | if( m_maintainAspectRatio ) |
| 736 | { |
| 737 | m_scaling.y *= GetAspectRatio() / GetTargetAspectRatio(); |
| 738 | } |
| 739 | } |
| 740 | |
| 741 | float EveSOFDataHullBanner::GetAngleY() const |
| 742 | { |
nothing calls this directly
no test coverage detected