Home
last modified time | relevance | path

Searched refs:sysIdxA (Results 1 – 2 of 2) sorted by relevance

/dports/games/pioneer/pioneer-20210723/src/galaxy/
H A DSector.cpp30 float Sector::DistanceBetween(RefCountedPtr<const Sector> a, int sysIdxA, RefCountedPtr<const Secto… in DistanceBetween() argument
33 vector3f dv = a->m_systems[sysIdxA].GetPosition() - b->m_systems[sysIdxB].GetPosition(); in DistanceBetween()
38 float Sector::DistanceBetweenSqr(const RefCountedPtr<const Sector> a, const int sysIdxA, const RefC… in DistanceBetweenSqr() argument
41 vector3f dv = a->m_systems[sysIdxA].GetPosition() - b->m_systems[sysIdxB].GetPosition(); in DistanceBetweenSqr()
H A DSector.h28 …static float DistanceBetween(RefCountedPtr<const Sector> a, int sysIdxA, RefCountedPtr<const Secto…
29 …static float DistanceBetweenSqr(const RefCountedPtr<const Sector> a, const int sysIdxA, const RefC…