Check at which side of a Great Circle segment a point lies left of segment (> 0), right of segment (< 0), on segment (0)
More...
template<typename CalculationType = void>
class boost::geometry::strategy::side::spherical_side_formula< CalculationType >
Check at which side of a Great Circle segment a point lies left of segment (> 0), right of segment (< 0), on segment (0)
- Template Parameters
-
CalculationType | numeric type for calculation (e.g. high precision); if [*void] then it is extracted automatically from the coordinate type and (if necessary) promoted to floating point |