Home
last modified time | relevance | path

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

/dports/astro/phd2/phd2-2.6.10/
H A Dbacklash_comp.h73 PHD_Point m_endSouth; variable
H A Dbacklash_comp.cpp1080 m_endSouth = currMountLocation; in DecMeasurementStep()
1153 …double pulse_delta = fabs(currMountLocation.Y - m_endSouth.Y); // How far we move… in DecMeasurementStep()
1154 …double target_delta = fabs(m_markerPoint.Y - m_endSouth.Y); // How far we need… in DecMeasurementStep()
1155 …if ((m_endSouth.Y - m_markerPoint.Y) * decDelta < 0) // Sign change, we… in DecMeasurementStep()