Home
last modified time | relevance | path

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

/third_party/boost/boost/geometry/strategies/cartesian/
Dturn_in_ring_winding.hpp170 bool const is_on_right_side = dm.is_negative(); in apply() local
173 && is_on_right_side in apply()
195 int const side = is_on_right_side ? -1 : 1; in apply()