Home
last modified time | relevance | path

Searched defs:areal_linear (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/geometry/algorithms/detail/relate/
Dlinear_areal.hpp1498 struct areal_linear struct
1500 typedef linear_areal<Geometry2, Geometry1, true> linear_areal_type;
1502 static const bool interruption_enabled = linear_areal_type::interruption_enabled;
1505 static inline void apply(Geometry1 const& geometry1, Geometry2 const& geometry2, in apply()