Home
last modified time | relevance | path

Searched refs:findNorthPA (Results 1 – 4 of 4) sorted by relevance

/dports/astro/kstars/kstars-3.5.6/kstars/
H A Dskymapdrawabstract.cpp73 …double northRotation = SkyMap::Instance()->projector()->findNorthPA(&centerSkyPoint, screenSkyPoin… in drawOverlays()
228 …double northRotation = SkyMap::Instance()->projector()->findNorthPA(&centerSkyPoint, screenSkyPoin… in drawSolverFOV()
243 … double northRotation = SkyMap::Instance()->projector()->findNorthPA(&p, point.x(), point.y()); in drawSolverFOV()
H A Dskyqpainter.cpp726 m_proj->findNorthPA(&obj, pos.x(), pos.y()) - obj.pa() + 90; in drawCatalogObject()
/dports/astro/kstars/kstars-3.5.6/kstars/projections/
H A Dprojector.h217 double findNorthPA(const SkyPoint *o, float x, float y) const;
H A Dprojector.cpp237 double Projector::findNorthPA(const SkyPoint *o, float x, float y) const in findNorthPA() function in Projector
267 return (findNorthPA(o, x, y) + o->pa()); in findPA()