Check at which side of a segment a point lies left of segment (> 0), right of segment (< 0), on segment (0)
More...
template<typename Spheroid = srs::spheroid<double>, typename CalculationType = void>
class boost::geometry::strategy::side::vincenty< 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
-
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 |