Check at which side of a segment a point lies left of segment (> 0), right of segment (< 0), on segment (0)
More...
template<typename FormulaPolicy = strategy::andoyer, typename Spheroid = srs::spheroid<double>, typename CalculationType = void>
class boost::geometry::strategy::side::geographic< FormulaPolicy, Spheroid, CalculationType >
Check at which side of a segment a point lies left of segment (> 0), right of segment (< 0), on segment (0)
- Template Parameters
-
FormulaPolicy | Geodesic solution formula policy. |
Spheroid | Reference model of coordinate system. |
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 |