Home
last modified time | relevance | path

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

/third_party/boost/boost/geometry/algorithms/
Dpoint_on_surface.hpp51 CoordinateType const m_value_to_be_first; member
54 : m_value_to_be_first(value_to_be_skipped) in specific_coordinate_first()
66 if (geometry::math::equals(rh, m_value_to_be_first)) in operator ()()
72 if (geometry::math::equals(lh, m_value_to_be_first)) in operator ()()