Searched refs:xtd (Results 1 – 2 of 2) sorted by relevance
/third_party/boost/boost/geometry/strategies/cartesian/ |
D | distance_projected_point_ax.hpp | 66 : atd(c), xtd(c) in projected_point_ax_result() 70 : atd(a), xtd(x) in projected_point_ax_result() 76 return left.xtd < right.xtd || left.atd < right.atd; in operator <() 79 T atd, xtd; member 100 value_type const lx = left.xtd > m_max_distance.xtd ? left.xtd - m_max_distance.xtd : 0; in operator ()() 101 value_type const rx = right.xtd > m_max_distance.xtd ? right.xtd - m_max_distance.xtd : 0; in operator ()() 206 result.xtd = strategy.apply(p, projected); in apply() 217 result.xtd = strategy.apply(p, projected); in apply() 299 ret.xtd = result_from_distance<Strategy, P, PS>::apply(s, value.xtd); in apply()
|
/third_party/boost/libs/geometry/test/strategies/ |
D | test_projected_point.hpp | 123 BOOST_CHECK_CLOSE(v1.xtd, v2.xtd, f); in test_check_close()
|