EvEmu
0.8.4
11 September 2021
|
Functions | |
double | Deg2Rad (double deg) |
double | Rad2Deg (double rad) |
Variables | |
const double | E = 2.71828182845904523536028747135 |
const double | Pi = 3.1415926535897932384626433832795 |
const double | Pi2 = 6.28318530717958647692528676656 |
const double | RadiansInDegrees = 0.0174532925199432957692369076849 |
const double | DegreesInRadians = 57.2957795130823208767981548141 |
|
inline |
Definition at line 25 of file Trig.h.
Referenced by DungeonMgr::AddDecoToVector(), DestinyManager::ComputePosition(), PlanetSE::CreateCustomsOffice(), DestinyManager::Orbit(), StructureSE::SetAnchor(), and BeltMgr::SpawnBelt().
|
inline |
Definition at line 26 of file Trig.h.
Referenced by Scan::GetSignalData(), CustomsSE::InitData(), DestinyManager::IsAligned(), DestinyManager::IsTurn(), DestinyManager::ProcessState(), and DestinyManager::Turn().
const double EvE::Trig::DegreesInRadians = 57.2957795130823208767981548141 |
const double EvE::Trig::E = 2.71828182845904523536028747135 |
Definition at line 19 of file Trig.h.
Referenced by ShaModule::sha_transform().
const double EvE::Trig::Pi = 3.1415926535897932384626433832795 |
Definition at line 20 of file Trig.h.
Referenced by BeltMgr::SpawnBelt().
const double EvE::Trig::Pi2 = 6.28318530717958647692528676656 |
Definition at line 21 of file Trig.h.
Referenced by DestinyManager::Orbit().