MCPcopy Create free account
hub / github.com/carbonengine/trinity / SetAngleX

Method SetAngleX

trinity/Eve/SpaceObjectFactory/EveSOFData.cpp:732–739  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

GetAspectRatioFunction · 0.85

Tested by

no test coverage detected