mirror of
https://github.com/boostorg/geometry.git
synced 2026-01-29 19:42:10 +00:00
[various] minor typos and removed unused include
This commit is contained in:
@@ -19,7 +19,6 @@
|
||||
|
||||
#include <boost/geometry/core/assert.hpp>
|
||||
#include <boost/geometry/algorithms/equals.hpp>
|
||||
#include <boost/geometry/algorithms/expand.hpp>
|
||||
#include <boost/geometry/algorithms/detail/disjoint/box_box.hpp>
|
||||
#include <boost/geometry/algorithms/detail/overlay/segment_identifier.hpp>
|
||||
#include <boost/geometry/algorithms/detail/overlay/get_turn_info.hpp>
|
||||
|
||||
@@ -55,7 +55,7 @@ namespace detail { namespace overlay {
|
||||
// <----|
|
||||
|
||||
// |-------> 2 0 0 1 -1 F and i/i x/u
|
||||
// |-------> 2 0 0 -1 1 F symetric i/i u/x
|
||||
// |-------> 2 0 0 -1 1 F symmetric i/i u/x
|
||||
// |------->
|
||||
//
|
||||
// |-------> 2 0 0 -1 -1 T i/u u/i
|
||||
@@ -74,7 +74,7 @@ namespace detail { namespace overlay {
|
||||
// <-----|
|
||||
//
|
||||
// |-----> 1 -1 0 -1 0 F and u/x
|
||||
// |-----> 1 0 -1 0 -1 F symetric x/u
|
||||
// |-----> 1 0 -1 0 -1 F symmetric x/u
|
||||
// |----->
|
||||
|
||||
// D0 or D1 != 0
|
||||
@@ -82,7 +82,7 @@ namespace detail { namespace overlay {
|
||||
// ^
|
||||
// |
|
||||
// + 1 -1 1 -1 1 F and u/x (P is vertical)
|
||||
// |--------> 1 1 -1 1 -1 F symetric x/u (P is horizontal)
|
||||
// |--------> 1 1 -1 1 -1 F symmetric x/u (P is horizontal)
|
||||
// ^
|
||||
// |
|
||||
// +
|
||||
|
||||
@@ -884,7 +884,7 @@ private:
|
||||
// 3. f1-f2 may be 0 which means that the intermediate point is on the vertex
|
||||
// In this case it's not possible to check if this is the correct result
|
||||
// 4. f1-f2 may also be 0 in other cases, e.g.
|
||||
// geodesics are symetrical wrt equator and longitude directions are different
|
||||
// geodesics are symmetrical wrt equator and longitude directions are different
|
||||
|
||||
CT const dbeta_denom = f1 - f2;
|
||||
//CT const dbeta_denom = math::abs(f1) + math::abs(f2);
|
||||
|
||||
Reference in New Issue
Block a user