reformat to break overly long lines
This commit is contained in:
parent
4dbc1e0e96
commit
1c56671f01
@ -38,7 +38,8 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|||||||
|
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
|
||||||
namespace {
|
namespace
|
||||||
|
{
|
||||||
struct CoordinatePairCalculator
|
struct CoordinatePairCalculator
|
||||||
{
|
{
|
||||||
CoordinatePairCalculator() = delete;
|
CoordinatePairCalculator() = delete;
|
||||||
@ -83,7 +84,8 @@ struct CoordinatePairCalculator
|
|||||||
}
|
}
|
||||||
|
|
||||||
DouglasPeucker::DouglasPeucker()
|
DouglasPeucker::DouglasPeucker()
|
||||||
: douglas_peucker_thresholds({512440, // z0
|
: douglas_peucker_thresholds({
|
||||||
|
512440, // z0
|
||||||
256720, // z1
|
256720, // z1
|
||||||
122560, // z2
|
122560, // z2
|
||||||
56780, // z3
|
56780, // z3
|
||||||
|
Loading…
Reference in New Issue
Block a user